Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.exist.storage.cache Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AccountingKeeps track of various cache parameters.Classorg.exist.storage.cacheExistDB
BTreeCacheThis cache implementation always tries to keep the inner btree pages in cache, while the leaf pages can be removed.Classorg.exist.storage.cacheExistDB
BTreeCacheableFields inherited from interface org.Interfaceorg.exist.storage.cacheExistDB
CacheBase interface for all cache implementations that are used for buffering btree and data pages.Interfaceorg.exist.storage.cacheExistDB
Cacheable Each object should provide a unique key, an internal reference counter, and a timestamp marker (used to measure how long the object has stayedInterfaceorg.exist.storage.cacheExistDB
CacheManagerInterfaceorg.exist.storageExistDB
GClockCacheCache implementation based on the GClock algorithm.Classorg.exist.storage.cacheExistDB
LRDCacheA cache implementation based on a Least Reference Density (LRD) replacement policy.Classorg.exist.storage.cacheExistDB
LRUCacheA simple cache implementing a Last Recently Used policy.Classorg.exist.storage.cacheExistDB