Table of Contents

Interface ICacheDependencies

Namespace
Kentico.PageBuilder.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Encapsulates the dependency cache keys of a view component.

public interface ICacheDependencies
Extension Methods

Remarks

The system automatically includes the dependency on the page the view component is rendered on to the resulting cache keys. Such a dependency does not need to be specified explicitly.

Properties

CacheKeys

Gets or sets the cache keys.

ICollection<string> CacheKeys { get; set; }

Property Value

ICollection<string>