Package org.exist.storage.cache

Contains different cache implementations used for buffering btree and data pages.

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.
 

Package org.exist.storage.cache Description

Contains different cache implementations used for buffering btree and data pages.



Copyright (C) Wolfgang Meier. All rights reserved.