Value to set the number of seconds a page should be cached.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Cache)] [TimeSpanValidatorAttribute] [ConfigurationPropertyAttribute("httpCacheExpiration", DefaultValue = "0:0:0", IsRequired = false)] public TimeSpan HttpCacheExpiration { get; set; } |