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 = 2
The policy is to use time intervals.
CacheUntilChange = 1
The policy is to use file change notifications.
DisableCache = 3
The policy is to prevent all caching.
DontCache = 0
The policy is to not cache.
Unknown = -1
The policy is unknown.