Package | Description |
---|---|
org.glassfish.hk2.utilities.cache.internal |
Class and Description |
---|
LRUCacheCheapRead
LRU Cache implementation that relies on entries that keep
last hit (get/put) timestamp in order to be able to remove least recently
accessed items when running out of cache capacity.
|
LRUCacheCheapRead.CacheEntryImpl |
LRUCacheCheapRead.CacheEntryImplComparator |
WeakCARCacheImpl.CarValue |