Uses of Interface
net.didion.jwnl.util.cache.Cache
-
Packages that use Cache Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.morph net.didion.jwnl.util.cache Classes used for caching information. -
-
Uses of Cache in net.didion.jwnl.dictionary
Classes in net.didion.jwnl.dictionary that implement Cache Modifier and Type Class Description private static classAbstractCachingDictionary.ObservableCacheMethods in net.didion.jwnl.dictionary that return Cache Modifier and Type Method Description protected CacheAbstractCachingDictionary.DictionaryCacheSet. createCache(int size) -
Uses of Cache in net.didion.jwnl.dictionary.morph
Fields in net.didion.jwnl.dictionary.morph declared as Cache Modifier and Type Field Description private CacheDefaultMorphologicalProcessor. _lookupCache -
Uses of Cache in net.didion.jwnl.util.cache
Classes in net.didion.jwnl.util.cache that implement Cache Modifier and Type Class Description classLRUCacheA fixed-capacityCachethat stores the most recently used elements.Methods in net.didion.jwnl.util.cache that return Cache Modifier and Type Method Description protected abstract CacheCacheSet. createCache(int size)protected CacheLRUCacheSet. createCache(int size)protected CacheCacheSet. getCache(java.lang.Object cacheKey)
-