|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.cache.cachepolicy.Never
public class Never
Cache policy instructing cache not to store the generated content.
Constructor Summary | |
---|---|
Never()
|
Method Summary | |
---|---|
void |
persistCacheKey(String repo,
String uuid,
Object key)
Presists mapping between uuid and cache key in case the given cache policy implementation cares about such details. |
Object[] |
removeCacheKeys(String uuid,
String repository)
Returns cache keys for the given item or null if such keys can't be obtained or policy doesn't want to share it. |
Object |
retrieveCacheKey(info.magnolia.cms.core.AggregationState aggregationState)
Returns cache key for the given item or null if such key can't be obtained or policy doesn't want to share it. |
Object[] |
retrieveCacheKeys(String uuid,
String repository)
Returns cache keys for the given item or null if such keys can't be obtained or policy doesn't want to share it. |
CachePolicyResult |
shouldCache(Cache cache,
info.magnolia.cms.core.AggregationState aggregationState,
FlushPolicy flushPolicy)
Implementations can chose whether to cache or not - but note that the aggregationState might not be completely populated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Never()
Method Detail |
---|
public CachePolicyResult shouldCache(Cache cache, info.magnolia.cms.core.AggregationState aggregationState, FlushPolicy flushPolicy)
CachePolicy
shouldCache
in interface CachePolicy
public Object retrieveCacheKey(info.magnolia.cms.core.AggregationState aggregationState)
CachePolicy
retrieveCacheKey
in interface CachePolicy
public Object[] retrieveCacheKeys(String uuid, String repository)
CachePolicy
retrieveCacheKeys
in interface CachePolicy
public void persistCacheKey(String repo, String uuid, Object key)
CachePolicy
persistCacheKey
in interface CachePolicy
public Object[] removeCacheKeys(String uuid, String repository)
CachePolicy
removeCacheKeys
in interface CachePolicy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |