Uses of Package
net.didion.jwnl.util.cache
-
Packages that use net.didion.jwnl.util.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. -
Classes in net.didion.jwnl.util.cache used by net.didion.jwnl.dictionary Class Description Cache ACache
is a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor ofCache
may further specify).CacheSet A set of Caches, indexed byCacheKey
.LRUCache A fixed-capacityCache
that stores the most recently used elements. -
Classes in net.didion.jwnl.util.cache used by net.didion.jwnl.dictionary.morph Class Description Cache ACache
is a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor ofCache
may further specify). -
Classes in net.didion.jwnl.util.cache used by net.didion.jwnl.util.cache Class Description Cache ACache
is a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor ofCache
may further specify).CacheSet A set of Caches, indexed byCacheKey
.