Click or drag to resize
ICache Interface
Describes implementation that contain methods for setting cache-specific HTTP headers and for controlling the web page output cache.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface ICache

The ICache type exposes the following members.

Methods
  NameDescription
Public methodSetCacheability
Sets the Cache-Control HTTP header value.
Public methodSetETag
Sets the ETag HTTP header to the specified string.
Public methodSetExpires
Sets the Expires HTTP header to an absolute date and time.
Public methodSetLastModified
Sets the Last-Modified HTTP header to the specified date and time.
Public methodSetRevalidation
Sets the Cache-Control HTTP header value to either the must-revalidate or the proxy-revalidate directives, based on the specified enumeration value.
Top
See Also