Package net.didion.jwnl.util.cache
package net.didion.jwnl.util.cache
Classes used for caching information.
-
ClassDescriptionA
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.