|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |