←Select platform

AbsoluteExpiration Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly