Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.exist.storage.cache Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| Accounting | Keeps track of various cache parameters. | Class | org.exist.storage.cache | ExistDB |
|
| BTreeCache | This cache implementation always tries to keep the inner btree pages in cache, while the leaf pages can be removed. | Class | org.exist.storage.cache | ExistDB |
|
| BTreeCacheable | Fields inherited from interface org. | Interface | org.exist.storage.cache | ExistDB |
|
| Cache | Base interface for all cache implementations that are used for buffering btree and data pages. | Interface | org.exist.storage.cache | ExistDB |
|
| Cacheable | Each object should provide a unique key, an internal reference counter, and a timestamp marker (used to measure how long the object has stayed | Interface | org.exist.storage.cache | ExistDB |
|
| CacheManager | | Interface | org.exist.storage | ExistDB |
|
| GClockCache | Cache implementation based on the GClock algorithm. | Class | org.exist.storage.cache | ExistDB |
|
| LRDCache | A cache implementation based on a Least Reference Density (LRD) replacement policy. | Class | org.exist.storage.cache | ExistDB |
|
| LRUCache | A simple cache implementing a Last Recently Used policy. | Class | org.exist.storage.cache | ExistDB |