Uses of Interface
net.sf.extjwnl.util.cache.Cache

Packages that use Cache
net.sf.extjwnl.util.cache Classes used for caching information. 
 

Uses of Cache in net.sf.extjwnl.util.cache
 

Classes in net.sf.extjwnl.util.cache that implement Cache
 class LRUCache<K,V>
          A fixed-capacity Cache that stores the most recently used elements.
 

Methods in net.sf.extjwnl.util.cache that return Cache
protected abstract  Cache<A,B> CacheSet.createCache(int size)
           
protected  Cache<A,B> LRUCacheSet.createCache(int size)
           
 Cache<A,B> CacheSet.getCache(K cacheKey)
           
 



Copyright © 2011. All Rights Reserved.