|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
LRUMapAutoSizeForHitRate<K,V> | CacheMiniMap with fixed capacity bounds that discards excess items in LRU (Least Recently Used) order to meet a hit/miss ratio goal. |
SimpleLRUMap<K,V> | Simplified thread-safe map with capped capacity that discards excess items in LRU (Least Recently Used) order. |
SimpleProbabilisticCache<K,V> | Simple, low-overhead, fast 'direct-mapped' or probabilistic/lossy cache map. |
SoftReferenceMap<K,V> | Soft cache as highly-threadable (thread-safe) Map which holds each value via a SoftReference and discards mapping when the values are GCed. |
SoftReferenceMap.SRCMSoftReference<K,V> | Enqueueable SoftReference for SoftReferenceConcurrentMap. |
|
DHD Multimedia Gallery V1.60.69 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |