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
 Cache<K,V> POSCache.getCache(POS pos)
           
 Cache<K,V> LRUPOSCache.getCache(POS pos)
           
 



Copyright © 2013. All Rights Reserved.