Indicates whether the cache entry should be deleted if it has not been accessed in a given span of time.
public TimeSpan SlidingExpiration { get; set; }
Public Property SlidingExpiration() As System.TimeSpan
Get
Set
public:
property System::TimeSpan SlidingExpiration
{
System::TimeSpan get()
void set(System::TimeSpan value)
}
public long getSlidingExpiration()
public void setSlidingExpiration(long value)
The time span which the cache entry must be accessed before the cache entry is deleted from the cache. The default is NoSlidingExpiration which means that the item should not be expired based on a time span.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET