Property ExpireAfter
ExpireAfter
Value of time in the form of System.TimeSpan that shows after how much time, the item in cache is to be expired.
Declaration
public TimeSpan ExpireAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan | Timespan after which item expires. |