Interface | Description |
---|---|
Cache<K,V> | |
CacheWithLifetimes<K,V> | |
Stats<T> |
Interface for getting statistics from a cache implementation.
|
Class | Description |
---|---|
CacheEntry<V> | |
DatabaseCache |
A
Database implementation with a cache. |
DatabaseCacheWithLifetimes |
A
Database implementation with a cache that supports expiration times. |
LRUCache<K,V> |
A Least Recently Used (LRU) cache.
|
Serializer | |
Util |