ItemExpireDuration Property
Summary
Gets the duration an item remains in the cache.
Syntax
public TimeSpan ItemExpireDuration { get; }
Public ReadOnly Property ItemExpireDuration As TimeSpan
public:
property TimeSpan ItemExpireDuration {
TimeSpan get();
}
Property Value
A System.TimeSpan value which specify how long an item remains in the cache.