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
 - 
      objectCacheDependencies
 
- Implements
 
- Extension Methods
 
Constructors
CacheDependencies()
public CacheDependencies()
  Properties
CacheKeys
Gets or sets the cache keys.
public ICollection<string> CacheKeys { get; set; }
  Property Value
- ICollection<string>