←Select platform

AbsoluteExpiration Property

Summary

Indicates whether the cache entry should be deleted after a specified duration.

Syntax
C#
VB
C++
Java
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) 

Property 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly