|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachePolicyResult | |
---|---|
info.magnolia.module.cache | |
info.magnolia.module.cache.browsercachepolicy | |
info.magnolia.module.cache.cachepolicy | |
info.magnolia.module.cache.executor |
Uses of CachePolicyResult in info.magnolia.module.cache |
---|
Methods in info.magnolia.module.cache that return CachePolicyResult | |
---|---|
static CachePolicyResult |
CachePolicyResult.getCurrent()
Returns the current CachePolicyResult which was set by the CacheFilter . |
CachePolicyResult |
CachePolicy.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 in info.magnolia.module.cache with parameters of type CachePolicyResult | |
---|---|
BrowserCachePolicyResult |
BrowserCachePolicy.canCacheOnClient(CachePolicyResult cachePolicyResult)
|
void |
CachePolicyExecutor.processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicyResult)
|
static void |
CachePolicyResult.setCurrent(CachePolicyResult cachePolicyResult)
Saves the result in the context and makes it available by getCurrent() . |
Uses of CachePolicyResult in info.magnolia.module.cache.browsercachepolicy |
---|
Methods in info.magnolia.module.cache.browsercachepolicy with parameters of type CachePolicyResult | |
---|---|
BrowserCachePolicyResult |
BrowserCachePolicySet.canCacheOnClient(CachePolicyResult cachePolicyResult)
|
BrowserCachePolicyResult |
AbstractVoterBased.canCacheOnClient(CachePolicyResult cachePolicyResult)
|
protected BrowserCachePolicyResult |
Never.getPositiveVoteResult(CachePolicyResult cachePolicyResult)
|
protected BrowserCachePolicyResult |
FixedDuration.getPositiveVoteResult(CachePolicyResult cachePolicyResult)
|
protected abstract BrowserCachePolicyResult |
AbstractVoterBased.getPositiveVoteResult(CachePolicyResult cachePolicyResult)
|
Uses of CachePolicyResult in info.magnolia.module.cache.cachepolicy |
---|
Methods in info.magnolia.module.cache.cachepolicy that return CachePolicyResult | |
---|---|
CachePolicyResult |
Never.shouldCache(Cache cache,
info.magnolia.cms.core.AggregationState aggregationState,
FlushPolicy flushPolicy)
|
CachePolicyResult |
Default.shouldCache(Cache cache,
info.magnolia.cms.core.AggregationState aggregationState,
FlushPolicy flushPolicy)
|
Uses of CachePolicyResult in info.magnolia.module.cache.executor |
---|
Methods in info.magnolia.module.cache.executor with parameters of type CachePolicyResult | |
---|---|
void |
UseCache.processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicy)
|
void |
Store.processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicyResult)
|
void |
SetExpirationHeaders.processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicyResult)
|
void |
CompositeExecutor.processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicy)
|
void |
Bypass.processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |