Click or drag to resize
OutputCacheKeyHelper Class
Helps with creating a cache key to be used in output cache.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperOutputCacheKeyHelper
        Kentico.Web.MvcOutputCacheKeyHelper

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class OutputCacheKeyHelper : AbstractHelper<OutputCacheKeyHelper>

The OutputCacheKeyHelper type exposes the following members.

Constructors
  NameDescription
Public methodOutputCacheKeyHelper
Top
Methods
  NameDescription
Public methodStatic memberCreateOptions
Creates IOutputCacheKeyOptions instance, used to set up cache dependencies.
Protected methodCreateOptionsInternal
Creates IOutputCacheKeyOptions instance, used to set up cache dependencies.
Public methodStatic memberGetVaryByCustomString
Returns a cache key built from options, context and custom.
Protected methodGetVaryByCustomStringInternal
Returns a cache key built from options, context and custom.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also