| Interface | Description |
|---|---|
| Cache |
Cache
Generic cache interface
|
| CacheListener |
CacheListener
Generic cache listener interface
|
| Class | Description |
|---|---|
| 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.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.