Class TimeBasedObjectResult<T>
Provides a time based object result that is processed by a Last-Modified filter implementation.
Inheritance
System.Object
TimeBasedObjectResult<T>
Inherited Members
Namespace: Cuemon.AspNetCore.Mvc.Filters.Cacheable
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class TimeBasedObjectResult<T> : CacheableObjectResult<T, TimeBasedOptions>, IConfigurable<TimeBasedOptions>, ICacheableObjectResult, ICacheableTimestamp
Type Parameters
Name | Description |
---|---|
T | The type of the object to make cacheable. |
Properties
| Improve this DocCreated
Gets a System.DateTime value from when data this instance represents was first created, expressed as the Coordinated Universal Time (UTC).
Declaration
public DateTime Created { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The timestamp from when data this instance represents was first created. |
Modified
Gets a System.DateTime value from when data this instance represents was last modified, expressed as the Coordinated Universal Time (UTC).
Declaration
public DateTime? Modified { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The timestamp from when data this instance represents was last modified. |