public abstract class AbstractExecutor extends Object implements CachePolicyExecutor
Constructor and Description |
---|
AbstractExecutor() |
Modifier and Type | Method and Description |
---|---|
ContentCachingConfiguration |
getContentCachingConfiguration() |
protected boolean |
ifModifiedSince(javax.servlet.http.HttpServletRequest request,
long cacheStorageTimestamp)
Checks if server cache is newer than the client cache.
|
void |
setContentCachingConfiguration(ContentCachingConfiguration contentCachingConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processCacheRequest
public ContentCachingConfiguration getContentCachingConfiguration()
public void setContentCachingConfiguration(ContentCachingConfiguration contentCachingConfiguration)
setContentCachingConfiguration
in interface CachePolicyExecutor
protected boolean ifModifiedSince(javax.servlet.http.HttpServletRequest request, long cacheStorageTimestamp)
request
- The servlet request we are processingCopyright © 2020 Magnolia International Ltd.. All rights reserved.