ICache Interface |
Namespace: CMS.Base.Internal
public interface ICache
The ICache type exposes the following members.
Name | Description | |
---|---|---|
SetCacheability |
Sets the Cache-Control HTTP header value.
| |
SetETag |
Sets the ETag HTTP header to the specified string.
| |
SetExpires |
Sets the Expires HTTP header to an absolute date and time.
| |
SetLastModified |
Sets the Last-Modified HTTP header to the specified date and time.
| |
SetRevalidation |
Sets the Cache-Control HTTP header value to either the
must-revalidate or the proxy-revalidate
directives, based on the specified enumeration value.
|