Interface ICacheableObjectResult
An interface for providing hints to an implementor that an object is cacheable.
Namespace: Cuemon.AspNetCore.Mvc.Filters.Cacheable
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public interface ICacheableObjectResult
Properties
| Improve this DocValue
Gets or sets the value of the cacheable object.
Declaration
object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The value of the cacheable object. |