Class Summary |
BaseCache |
BaseCache
Generic in-memory, abstract cache |
BaseCache.CacheItem |
default CacheItem class implementation |
BoundedMultiLruCache |
MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists
Underlying Hashtable is made into logical segments, with each segment
having its own LRU list. |
Constants |
define all cache related constants |
LruCache |
LRUCache
in-memory bounded cache with an LRU list |
LruCache.LruCacheItem |
default CacheItem class implementation |
MultiLruCache |
MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists
Underlying Hashtable is made into logical segments, with each segment
having its own LRU list. |