Class | Description |
---|---|
LRUCacheCheapRead<K,V> |
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.
|
Copyright © 2009–2016 Oracle Corporation. All rights reserved.