CacheExpirationActionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameters for the cache expiration action.
public class CacheExpirationActionParameters
type CacheExpirationActionParameters = class
Public Class CacheExpirationActionParameters
- Inheritance
-
CacheExpirationActionParameters
Constructors
CacheExpirationActionParameters() |
Initializes a new instance of the CacheExpirationActionParameters class. |
CacheExpirationActionParameters(String, String) |
Initializes a new instance of the CacheExpirationActionParameters class. |
Properties
CacheBehavior |
Gets or sets caching behavior for the requests. Possible values include: 'BypassCache', 'Override', 'SetIfMissing' |
CacheDuration |
Gets or sets the duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss |
CacheType |
The level at which the content needs to be cached. |
Odatatype |
Methods
Validate() |
Validate the object. |