The window of time during which a cache entry must be touched else it is deleted from the cache.
public TimeSpan SlidingExpiration { get; set; }
Public Property SlidingExpiration() As TimeSpan
Get
Set
public:
property TimeSpan^ SlidingExpiration
{
TimeSpan^ get()
void set(TimeSpan^ value)
}
The window of time during which a cache entry must be touched else it is deleted from the cache. The default value is 60 seconds.
Cache entries are touched when the corresponding document is loaded from the cache. Each load operation will add another SlidingExpiration amount of time to the document.
Refer to DocumentMemoryCache for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document