|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Cache | Base interface for all cache implementations that are used for buffering btree and data pages. |
Cacheable | Implemented by all objects that should be stored into a cache. |
Class Summary | |
Accounting | Keeps track of various cache parameters. |
GClockCache | Cache implementation based on the GClock algorithm. |
LRDCache | A cache implementation based on a Least Reference Density (LRD) replacement policy. |
LRUCache | A simple cache implementing a Last Recently Used policy. |
Contains different cache implementations used for buffering btree and data pages.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |