Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

AbsoluteExpiration Property






Indicates whether the cache entry should be deleted after a specified duration.
Syntax
public DateTime AbsoluteExpiration {get; set;}
'Declaration
 
Public Property AbsoluteExpiration As Date
'Usage
 
Dim instance As CacheItemPolicy
Dim value As Date
 
instance.AbsoluteExpiration = value
 
value = instance.AbsoluteExpiration
public Date getAbsoluteExpiration()
public void setAbsoluteExpiration(Date value)
            
public:
property DateTime AbsoluteExpiration {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The period of time that must pass before a cache entry is deleted. The default value is ObjectCache.InfiniteAbsoluteExpiration, meaning that the entry does not expire.
Requirements

Target Platforms

See Also

Reference

CacheItemPolicy Class
CacheItemPolicy Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features