The page cache interval (in hours) for the local database. Set to "0" to disable.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[TimeSpanValidatorAttribute] [ConfigurationPropertyAttribute("pageCacheSlidingExpiration", DefaultValue = "12:0:0", IsRequired = false)] [ManagerTabAttribute(ManagerTab.Cache)] public TimeSpan PageCacheSlidingExpiration { get; set; } |