Property Expiration
Expiration
Gets/Sets expiration of cache items in the form of Expiration.
Declaration
public Expiration Expiration { get; set; }
Property Value
Type | Description |
---|---|
Expiration | Value of time in the form of TimeSpan that shows after how much time, the item in cache is to be expired. |