Class LRUCacheSet
java.lang.Object
net.didion.jwnl.util.cache.CacheSet
net.didion.jwnl.util.cache.LRUCacheSet
-
Field Summary
Fields inherited from class CacheSet
DEFAULT_CACHE_CAPACITY -
Constructor Summary
ConstructorsConstructorDescriptionLRUCacheSet(Object[] keys) LRUCacheSet(Object[] keys, int size) LRUCacheSet(Object[] keys, int[] sizes) -
Method Summary
Methods inherited from class CacheSet
addCache, addCache, cacheObject, clearCache, getCache, getCacheCapacity, getCachedObject, getCacheSize, getSize, setCacheCapacity
-
Constructor Details
-
LRUCacheSet
-
LRUCacheSet
-
LRUCacheSet
-
-
Method Details
-
createCache
- Specified by:
createCachein classCacheSet
-