|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachePolicy | |
org.jcreme.caches |
Uses of CachePolicy in org.jcreme.caches |
Fields in org.jcreme.caches declared as CachePolicy | |
static CachePolicy |
CachePolicy.FIFO
The 'FIFO' enumeration value. |
static CachePolicy |
CachePolicy.LUFO
The 'LUFO' enumeration value. |
static CachePolicy |
CachePolicy.NONE
The 'NONE' enumeration value. |
Methods in org.jcreme.caches that return CachePolicy | |
CachePolicy |
BaseCache.getReplacementPolicy()
Enables access to the policy currently used by the cache. |
CachePolicy |
Cache.getReplacementPolicy()
|
static CachePolicy |
CachePolicy.get(java.lang.String name)
This method retrieves a CachePolicy instance from its name. |
static CachePolicy[] |
CachePolicy.getCachePolicies()
This methods gives the instances of this class. |
Methods in org.jcreme.caches with parameters of type CachePolicy | |
void |
AggregateCache.setReplacementPolicy(CachePolicy policy)
This method changes both the storage policy and the inner cache. |
protected void |
BaseCache.setReplacementPolicy(CachePolicy policy)
Enables to modify the policy of this Cache. |
void |
ModifiableCache.setReplacementPolicy(CachePolicy policy)
This method changes both the storage policy and the inner cache. |
Constructors in org.jcreme.caches with parameters of type CachePolicy | |
AggregateCache(int minSize,
int maxSize,
CachePolicy policy)
Creates new BaseBondCache |
|
BaseCache(CachePolicy policy)
Creates new Cache |
|
BaseCache(int minSize,
int maxSize,
CachePolicy policy)
Creates new Cache |
|
HashCache(int minSize,
int maxSize,
CachePolicy policy)
Creates new HashCache |
|
HashCache(CachePolicy policy)
Creates new HashCache |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |