home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A092272.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  248.3 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: Notice that there are several static variables, nextFree, cacheSize, numUsed, and pCache. These static variables are used to manage the cache. nextFree points to the first free cached node in the cache. cacheSize is the maximum number of nodes that can be stored in the cache. numUsed is the number of nodes in the cache.