|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseCache | |
org.jcreme.caches |
Uses of BaseCache in org.jcreme.caches |
Subclasses of BaseCache in org.jcreme.caches | |
class |
AggregateCache
This is a helper class. |
class |
CompositeCache
This class models a Cache that is based on subcaches. |
class |
FIFOCache
The FIFO cache is based on a First In First Out algorithm to select the objects that are removed from the cache to make room. |
class |
HashCache
A Cache object using no particular policy. |
class |
LUFOCache
A Cache object using a Least Used First Out policy. |
Methods in org.jcreme.caches that return BaseCache | |
protected BaseCache |
AggregateCache.getInnerCache()
Provides access to the innerCache for subclasses that would need it. |
BaseCache |
CachePolicy.getCacheInstance(int minSize,
int maxSize)
This method provides a new cache that implements the policy. |
BaseCache |
CachePolicy.getCacheInstance()
This method provides a new cache that implements the policy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |