Click or drag to resize
IOutputCacheKeyOptionsAddCacheKey Method
Adds IOutputCacheKey to the collection of required vary by values.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
void AddCacheKey(
	IOutputCacheKey outputCacheKey
)

Parameters

outputCacheKey
Type: Kentico.Web.MvcIOutputCacheKey
Output cache item.
See Also