Click or drag to resize
IOutputCacheKey Interface
Output cache key definition.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IOutputCacheKey

The IOutputCacheKey type exposes the following members.

Properties
  NameDescription
Public propertyName
Defines a unique name for a cache key.
Top
Methods
  NameDescription
Public methodGetVaryByCustomString
Returns cache key specific for the current cache item.
Top
See Also