Uses of Interface
net.didion.jwnl.util.cache.Cache
Packages that use Cache
Package
Description
Classes for acessing dictionary information.
Classes used for caching information.
-
Uses of Cache in net.didion.jwnl.dictionary
Classes in net.didion.jwnl.dictionary that implement CacheModifier and TypeClassDescriptionprivate static final classMethods in net.didion.jwnl.dictionary that return CacheModifier and TypeMethodDescriptionprotected CacheAbstractCachingDictionary.DictionaryCacheSet.createCache(int size) -
Uses of Cache in net.didion.jwnl.dictionary.morph
Fields in net.didion.jwnl.dictionary.morph declared as Cache -
Uses of Cache in net.didion.jwnl.util.cache
Classes in net.didion.jwnl.util.cache that implement CacheModifier and TypeClassDescriptionclassA fixed-capacityCachethat stores the most recently used elements.Methods in net.didion.jwnl.util.cache that return CacheModifier and TypeMethodDescriptionprotected abstract CacheCacheSet.createCache(int size) protected CacheLRUCacheSet.createCache(int size) protected Cache