Class ContentBasedObjectResult<T>
Provides a content based object result that is processed by an HTTP ETag filter implementation.
Inheritance
System.Object
ContentBasedObjectResult<T>
Inherited Members
Namespace: Cuemon.AspNetCore.Mvc.Filters.Cacheable
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class ContentBasedObjectResult<T> : CacheableObjectResult<T, ContentBasedOptions>, IConfigurable<ContentBasedOptions>, ICacheableObjectResult, ICacheableIntegrity
Type Parameters
Name | Description |
---|---|
T | The type of the object to make cacheable. |
Properties
| Improve this DocChecksum
Gets a ChecksumResult that represents the integrity of this instance.
Declaration
public ChecksumResult Checksum { get; }
Property Value
Type | Description |
---|---|
ChecksumResult | The checksum that represents the integrity of this instance. |
HasChecksum
Gets a value indicating whether this instance has a Checksum representation.
Declaration
public bool HasChecksum { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Validation
Gets the validation strength of the integrity of this instance.
Declaration
public ChecksumStrength Validation { get; }
Property Value
Type | Description |
---|---|
ChecksumStrength | The validation strength of the integrity of this instance. |