net.didion.jwnl.util.cache
Class LRUCacheSet

java.lang.Object
  extended bynet.didion.jwnl.util.cache.CacheSet
      extended bynet.didion.jwnl.util.cache.LRUCacheSet

public class LRUCacheSet
extends CacheSet


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

LRUCacheSet

public LRUCacheSet(java.lang.Object[] keys)

LRUCacheSet

public LRUCacheSet(java.lang.Object[] keys,
                   int size)

LRUCacheSet

public LRUCacheSet(java.lang.Object[] keys,
                   int[] sizes)
Method Detail

createCache

protected Cache createCache(int size)
Specified by:
createCache in class CacheSet



JWNL homepage.