Uses of Package
net.didion.jwnl.util.cache
Packages that use net.didion.jwnl.util.cache
Package
Description
Classes for acessing dictionary information.
Classes used for caching information.
-
Classes in net.didion.jwnl.util.cache used by net.didion.jwnl.dictionaryClassDescriptionA
Cacheis a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor ofCachemay further specify).A set of Caches, indexed byCacheKey.A fixed-capacityCachethat stores the most recently used elements. -
Classes in net.didion.jwnl.util.cache used by net.didion.jwnl.dictionary.morphClassDescriptionA
Cacheis a collection of values that are indexed by keys and that are stored for an unspecified amount of time (which the implementor ofCachemay further specify). -
Classes in net.didion.jwnl.util.cache used by net.didion.jwnl.util.cache