| 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 abstract Cache |
CacheSet.createCache(int size) |
protected Cache |
LRUCacheSet.createCache(int size) |
protected Cache |
CacheSet.getCache(Object cacheKey) |
Copyright © 2023. All rights reserved.