←Select platform

AbsoluteExpiration Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public DateTime AbsoluteExpiration { get; set; } 
public:  
   property System::DateTime AbsoluteExpiration 
   { 
      System::DateTime get() 
      void set(System::DateTime value) 
   } 
public Date getAbsoluteExpiration() 
public void setAbsoluteExpiration(Date value) 
AbsoluteExpiration # get and set (CacheItemPolicy) 

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

Leadtools.Caching Assembly

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