home *** CD-ROM | disk | FTP | other *** search
- 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
- "CachedNode" 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.
-