Cache |
|
CachedMapFacade<V extends Cacheable> |
A Facade for a map that is backed by a cache.
|
CachedObject |
Class the contains a cacheable object.
|
Cleanup<K,V> |
General utility for applying retention policies to maps (which covers all caching as well as stores).
|
LockingCleanup<K,V> |
Extension of cleanup that adds a lock to the store.
|
MaxAgePolicy |
A retention policy that removes objects that have been in the cache for too long.
|
MaxCacheSizePolicy<K,V> |
The retention policy for
|
MyThread |
Top-level thread class for anything that needs to run in OA4MP.
|
SimpleEntryImpl<K,V> |
Really basic entry implementation of Map.Entry .
|
ValidTimestampPolicy |
The given key is overloaded to have the timestamp information.
|