Class ContentTimeBasedOptions
Specifies options that is related to the ContentTimeBasedObjectResult<T>.
Inheritance
System.Object
ContentTimeBasedOptions
Namespace: Cuemon.AspNetCore.Mvc.Filters.Cacheable
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class ContentTimeBasedOptions
Constructors
| Improve this DocContentTimeBasedOptions()
Initializes a new instance of the ContentTimeBasedOptions class.
Declaration
public ContentTimeBasedOptions()
Properties
| Improve this DocIsWeak
Gets or sets a value indicating whether this instance has a weak validation.
Declaration
public bool IsWeak { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Modified
Gets or sets the modified date-time value of an object.
Declaration
public DateTime? Modified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The modified date-time value of an object. |
Methods
| Improve this DocGetValidation(Byte[])
Gets the strength of the checksum validation.
Declaration
public ChecksumStrength GetValidation(byte[] checksum)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | checksum | The checksum to determine the strength of. |
Returns
Type | Description |
---|---|
ChecksumStrength | One of the ChecksumStrength values. |