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

Show in webframe

ItemExpireDuration Property






Gets the duration an item remains in the cache.
Syntax
public TimeSpan ItemExpireDuration {get;}
'Declaration
 
Public ReadOnly Property ItemExpireDuration As TimeSpan
'Usage
 
Dim instance As Cache
Dim value As TimeSpan
 
value = instance.ItemExpireDuration

            

            
public:
property TimeSpan ItemExpireDuration {
   TimeSpan get();
}

Property Value

A System.TimeSpan value which specify how long an item remains in the cache.
Requirements

Target Platforms

See Also

Reference

Cache Class
Cache Members

Error processing SSI file