Click or drag to resize
IOutputCacheKeyOptions.GetOutputCacheKeys Method
Returns collection of IOutputCacheKey objects.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
IEnumerable<IOutputCacheKey> GetOutputCacheKeys()

Return Value

Type: IEnumerable<IOutputCacheKey>
See Also