Uses of Interface
com.atlassian.confluence.web.filter.CachingHeaders
-
Packages that use CachingHeaders Package Description com.atlassian.confluence.web.filter -
-
Uses of CachingHeaders in com.atlassian.confluence.web.filter
Fields in com.atlassian.confluence.web.filter declared as CachingHeaders Modifier and Type Field Description static CachingHeadersCachingHeaders. PREVENT_CACHINGPrevents all client and proxy caching.static CachingHeadersCachingHeaders. PREVENT_CACHING_IE_SSLPrevent caching in a way that is compatible with downloading attachments over SSL in Internet Explorer.static CachingHeadersCachingHeaders. PRIVATE_LONG_TERMIndicates to proxies and clients that this is private data.static CachingHeadersCachingHeaders. PRIVATE_SHORT_TERMIndicates to proxies and clients that this is private data.static CachingHeadersCachingHeaders. PUBLIC_LONG_TERMIndicates to proxies and clients that this is public data.static CachingHeadersCachingHeaders. PUBLIC_SHORT_TERMIndicates to proxies and clients that this is public data.
-