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
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface ICache

The ICache type exposes the following members.

Methods
  NameDescription
Public methodSetCacheability
Sets the Cache-Control header to the specified HttpCacheability value.
Top
See Also