Table of Contents

Class CacheDependencies

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

Encapsulates the dependency cache keys of a view component.

public class CacheDependencies : ICacheDependencies
Inheritance
object
CacheDependencies
Implements
Extension Methods

Properties

CacheKeys

Gets or sets the cache keys.

public ICollection<string> CacheKeys { get; set; }

Property Value

ICollection<string>