Click or drag to resize
IPageCacheDependencyBuilderTPageType Interface
Interface for building the pages cache dependency keys.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageCacheDependencyBuilder<TPageType>
where TPageType : new(), TreeNode

Type Parameters

TPageType
Type of the pages to build the cache dependencies for.

The IPageCacheDependencyBuilderTPageType type exposes the following members.

Methods
  NameDescription
Public methodCustom
Adds dependency based on custom key.
Public methodObjects
Adds dependency based on given list of objects.
Public methodObjectType
Adds dependency based on given object type.
Public methodPageOrder
Adds dependency on page order in the content tree.
Public methodPagePath
Add dependency based on pages based on give path and scope.
Public methodPages(String)
Adds dependency on all pages of given page type.
Public methodPages(IEnumerableTreeNode)
Adds dependency based on given list of pages.
Public methodPageType
Adds dependency based on given page type.
Top
See Also