Value to set the HttpCacheability enumeration for the cach.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("httpCacheability", DefaultValue = HttpCacheability.Server, IsRequired = false)] [ManagerTabAttribute(ManagerTab.Cache)] public HttpCacheability HttpCacheability { get; set; } |