Enum IisOutputCachingRulePolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the output caching rule policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisOutputCachingRulePolicy
Fields
CacheForTimePeriod = 2The policy is to use time intervals.
CacheUntilChange = 1The policy is to use file change notifications.
DisableCache = 3The policy is to prevent all caching.
DontCache = 0The policy is to not cache.
Unknown = -1The policy is unknown.