Uses of Interface
net.didion.jwnl.util.cache.Cache

Packages that use Cache
net.didion.jwnl.util.cache Classes used for caching information. 
 

Uses of Cache in net.didion.jwnl.util.cache
 

Classes in net.didion.jwnl.util.cache that implement Cache
 class LRUCache
          A fixed-capacity Cache that stores the most recently used elements.