Gets the duration an item remains in the cache.
'Declaration
Public ReadOnly Property ItemExpireDuration As TimeSpan
'Usage
Dim instance As Cache
Dim value As TimeSpan
value = instance.ItemExpireDuration
public TimeSpan ItemExpireDuration {get;}
public:
property TimeSpan ItemExpireDuration {
TimeSpan get();
}
Property Value
A
System.TimeSpan value which specify how long an item remains in the cache.