Interface | Description |
---|---|
Cacheable<K,V> |
An object that maps keys to values.
|
Cacheable.Entry<V> |
A cache entry (key-value pair).
|
CachePolicy |
Cache keep the objects with a
Policy to indicate if continue alive. |
Class | Description |
---|---|
CacheManager<K,V> |
Manager the live of cache entries.
|
MemoryCache<K,V> |
MemoryCache based implementation of the Cacheable interface.
|
NoCache<K,V> | |
TTLCachePolicy |
Cache policy using concepts from Time to live (TTL) to limit the lifetime of data.
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.