Uses of Interface
net.didion.jwnl.util.cache.Cache
-
Packages that use Cache Package Description 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 Modifier and Type Class Description class
LRUCache
A fixed-capacityCache
that stores the most recently used elements.Methods in net.didion.jwnl.util.cache that return Cache Modifier and Type Method Description protected abstract Cache
CacheSet. createCache(int size)
protected Cache
LRUCacheSet. createCache(int size)
protected Cache
CacheSet. getCache(Object cacheKey)
-