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

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

Return Value

Type: IEnumerableIOutputCacheKey
See Also