| Package | Description |
|---|---|
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| Modifier and Type | Field and Description |
|---|---|
static CachePolicy |
CachePolicy.ALWAYS
Standard cache policy that advises to always cache a passed object.
|
static CachePolicy |
CachePolicy.NEVER
Standard cache policy that advises to never cache a passed object.
|
| Modifier and Type | Method and Description |
|---|---|
CachePolicy |
Cacheable.getCachePolicy()
Returns the CachePolicy of the object.
|
static CachePolicy |
CachePolicy.getPolicy(Object policyKey)
Obtains a cache policy given a policy key.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CachePolicy.putPolicy(Object policyKey,
CachePolicy policy) |
void |
Cacheable.setCachePolicy(CachePolicy policy)
Sets the CachePolicy of the query.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20