public class CompositeExecutor extends Object implements CachePolicyExecutor
Constructor and Description |
---|
CompositeExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
addExecutor(CachePolicyExecutor executor) |
CachePolicyExecutor[] |
getExecutors() |
void |
processCacheRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain,
Cache cache,
CachePolicyResult cachePolicy) |
void |
setCacheConfiguration(CacheConfiguration cacheConfiguration)
Deprecated.
|
void |
setContentCachingConfiguration(ContentCachingConfiguration contentCachingConfiguration) |
void |
setExecutors(CachePolicyExecutor[] executor) |
public void processCacheRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain, Cache cache, CachePolicyResult cachePolicy) throws IOException, javax.servlet.ServletException
processCacheRequest
in interface CachePolicyExecutor
IOException
javax.servlet.ServletException
public CachePolicyExecutor[] getExecutors()
public void setExecutors(CachePolicyExecutor[] executor)
public void addExecutor(CachePolicyExecutor executor)
@Deprecated public void setCacheConfiguration(CacheConfiguration cacheConfiguration)
setCacheConfiguration
in interface CachePolicyExecutor
public void setContentCachingConfiguration(ContentCachingConfiguration contentCachingConfiguration)
setContentCachingConfiguration
in interface CachePolicyExecutor
Copyright © 2015 Magnolia International Ltd.. All rights reserved.