←Select platform

AbsoluteExpiration Property (CacheItemPolicy)

Summary

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

Syntax

C#
VB
Java
C++
public System.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize