Class DynamicCacheBustingOptions
Specifies options that is related to DynamicCacheBustingOptions operations.
Inherited Members
Namespace: Cuemon.AspNetCore.Mvc.Configuration
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class DynamicCacheBustingOptions : CacheBustingOptions
Constructors
| Improve this DocDynamicCacheBustingOptions()
Initializes a new instance of the DynamicCacheBustingOptions class.
Declaration
public DynamicCacheBustingOptions()
Remarks
The following table shows the initial property values for an instance of DynamicCacheBustingOptions.
Property | Initial Value |
---|---|
PreferredLength | 8 |
PreferredCharacters | AlphanumericCharactersCaseSensitive |
TimeToLive | 20 minutes |
Properties
| Improve this DocPreferredCharacters
Gets or sets the preferred characters of Version.
Declaration
public string PreferredCharacters { get; set; }
Property Value
Type | Description |
---|---|
System.String | The preferred characters of Version. |
PreferredLength
Gets or sets the preferred length of Version.
Declaration
public int PreferredLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The preferred length of Version. |
TimeToLive
Gets or sets the TTL of Version.
Declaration
public TimeSpan TimeToLive { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The TTL of Version. |