Package net.didion.jwnl.util.cache
Classes used for caching information.
-
Interface Summary Interface 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). -
Class Summary Class Description CacheSet A set of Caches, indexed byCacheKey
.LRUCache A fixed-capacityCache
that stores the most recently used elements.LRUCacheSet