Package | Description |
---|---|
net.didion.jwnl.util.cache |
Classes used for caching information.
|
Modifier and Type | Class and Description |
---|---|
class |
LRUCache
A fixed-capacity
Cache that stores the most recently used elements. |
Modifier and Type | Method and Description |
---|---|
protected Cache |
LRUCacheSet.createCache(int size) |
protected abstract Cache |
CacheSet.createCache(int size) |
protected Cache |
CacheSet.getCache(Object cacheKey) |
Copyright © 2018. All rights reserved.