|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.didion.jwnl.util.cache.CacheSet
net.didion.jwnl.util.cache.LRUCacheSet
| Field Summary |
| Fields inherited from class net.didion.jwnl.util.cache.CacheSet |
DEFAULT_CACHE_CAPACITY |
| Constructor Summary | |
LRUCacheSet(java.lang.Object[] keys)
|
|
LRUCacheSet(java.lang.Object[] keys,
int size)
|
|
LRUCacheSet(java.lang.Object[] keys,
int[] sizes)
|
|
| Method Summary | |
protected Cache |
createCache(int size)
|
| Methods inherited from class net.didion.jwnl.util.cache.CacheSet |
addCache, addCache, cacheObject, clearCache, getCache, getCacheCapacity, getCachedObject, getCacheSize, getSize, setCacheCapacity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LRUCacheSet(java.lang.Object[] keys)
public LRUCacheSet(java.lang.Object[] keys,
int size)
public LRUCacheSet(java.lang.Object[] keys,
int[] sizes)
| Method Detail |
protected Cache createCache(int size)
createCache in class CacheSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||