CacheExpirationActionParameters interface
Defines the parameters for the cache expiration action.
Properties
cache |
Caching behavior for the requests |
cache |
The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss |
cache |
The level at which the content needs to be cached. |
type |
Property Details
cacheBehavior
Caching behavior for the requests
cacheBehavior: string
Property Value
string
cacheDuration
The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss
cacheDuration?: string
Property Value
string
cacheType
The level at which the content needs to be cached.
cacheType: string
Property Value
string
typeName
typeName: "DeliveryRuleCacheExpirationActionParameters"
Property Value
"DeliveryRuleCacheExpirationActionParameters"