com.atlassian.confluence.web.filter
Class ConfluenceCachingFilter
java.lang.Object
com.atlassian.core.filters.AbstractHttpFilter
com.atlassian.core.filters.cache.AbstractCachingFilter
com.atlassian.confluence.web.filter.ConfluenceCachingFilter
- All Implemented Interfaces:
- Filter
public class ConfluenceCachingFilter
- extends AbstractCachingFilter
Provides a list of caching strategies to use with Confluence. The fallback strategy
is PreventCachingStrategy. Other strategies should be inserted ahead of
this strategy.
- See Also:
RssCachingStrategy,
AttachmentCachingStrategies,
PreventCachingStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceCachingFilter
public ConfluenceCachingFilter()
getCachingStrategies
protected CachingStrategy[] getCachingStrategies()
- Specified by:
getCachingStrategies in class AbstractCachingFilter