←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.