Click or drag to resize
IPageCacheBuilderTPageType Interface
Interface for configuring the pages cache.

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

Type Parameters

TPageType
Type of the pages to configure the cache for.

The IPageCacheBuilderTPageType type exposes the following members.

Methods
  NameDescription
Public methodDependencies
Configures the cache dependencies for the cached data.
Public methodExpiration
Sets the expiration of the cached data.
Public methodKey
Sets the cache base key to be used to cache the data.
Top
See Also