C#
VB
Java
C++
Indicates whether the cache entry should be deleted after a specified duration.
public DateTime AbsoluteExpiration { get; set; }
Public Property AbsoluteExpiration() As Date
Get
Set
public:
property System::DateTime AbsoluteExpiration
{
System::DateTime get()
void set(System::DateTime value)
}
public Date getAbsoluteExpiration()
public void setAbsoluteExpiration(Date value)
The period of time that must pass before a cache entry is deleted. The default value is InfiniteAbsoluteExpiration, meaning that the entry does not expire.
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