Package net.didion.jwnl.util.cache
Class LRUCacheSet
java.lang.Object
net.didion.jwnl.util.cache.CacheSet
net.didion.jwnl.util.cache.LRUCacheSet
-
Field Summary
Fields inherited from class net.didion.jwnl.util.cache.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 net.didion.jwnl.util.cache.CacheSet
addCache, addCache, cacheObject, clearCache, getCache, getCacheCapacity, getCachedObject, getCacheSize, getSize, setCacheCapacity
-
Constructor Details
-
LRUCacheSet
-
LRUCacheSet
-
LRUCacheSet
-
-
Method Details
-
createCache
- Specified by:
createCache
in classCacheSet
-