Class CacheSet
java.lang.Object
net.didion.jwnl.util.cache.CacheSet
- Direct Known Subclasses:
AbstractCachingDictionary.DictionaryCacheSet, LRUCacheSet
A set of Caches, indexed by
CacheKey.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidcacheObject(Object cacheKey, Object key, Object value) voidclearCache(Object key) protected abstract CachecreateCache(int size) protected CacheintgetCacheCapacity(Object cacheKey) getCachedObject(Object cacheKey, Object key) intgetCacheSize(Object cacheKey) intgetSize()intsetCacheCapacity(Object cacheKey, int capacity)
-
Field Details
-
DEFAULT_CACHE_CAPACITY
public static final int DEFAULT_CACHE_CAPACITY- See Also:
-
_caches
-
-
Constructor Details
-
CacheSet
-
CacheSet
-
CacheSet
-
-
Method Details
-
createCache
-
addCache
-
addCache
-
cacheObject
-
getCachedObject
-
clearCache
-
getCacheSize
-
getCacheCapacity
-
setCacheCapacity
-
getSize
public int getSize() -
getCache
-