public class LRUCacheSet<K,A,B> extends CacheSet<K,A,B>
DEFAULT_CACHE_CAPACITY
Constructor and Description |
---|
LRUCacheSet(java.util.List<K> keys) |
LRUCacheSet(java.util.List<K> keys,
int size) |
LRUCacheSet(java.util.List<K> keys,
java.util.List<java.lang.Integer> sizes) |
Modifier and Type | Method and Description |
---|---|
protected POSCache<A,B> |
createCache(int size) |
addCache, addCache, cacheObject, clearCache, clearObject, getCache, getCacheCapacity, getCachedObject, getCacheSize, getSize, setCacheCapacity