Uses of Interface
com.atlassian.confluence.web.filter.CachingHeaders

Packages that use CachingHeaders
com.atlassian.confluence.web.filter   
 

Uses of CachingHeaders in com.atlassian.confluence.web.filter
 

Fields in com.atlassian.confluence.web.filter declared as CachingHeaders
static CachingHeaders CachingHeaders.PREVENT_CACHING
          Prevents all client and proxy caching.
static CachingHeaders CachingHeaders.PREVENT_CACHING_IE_SSL
          Prevent caching in a way that is compatible with downloading attachments over SSL in Internet Explorer.
static CachingHeaders CachingHeaders.PRIVATE_LONG_TERM
          Indicates to proxies and clients that this is private data.
static CachingHeaders CachingHeaders.PRIVATE_SHORT_TERM
          Indicates to proxies and clients that this is private data.
static CachingHeaders CachingHeaders.PUBLIC_LONG_TERM
          Indicates to proxies and clients that this is public data.
static CachingHeaders CachingHeaders.PUBLIC_SHORT_TERM
          Indicates to proxies and clients that this is public data.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.