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

Show in webframe

ExpiredItems Property






Total number of items in the cache that have expired.
Syntax
[DataMemberAttribute(Name="expiredItems", IsNameSetExplicitly=true)]
public int ExpiredItems {get; set;}
'Declaration
 
<DataMemberAttribute(Name="expiredItems", IsNameSetExplicitly=True)>
Public Property ExpiredItems As Integer
'Usage
 
Dim instance As CacheStatistics
Dim value As Integer
 
instance.ExpiredItems = value
 
value = instance.ExpiredItems
public int getExpiredItems()
public void setExpiredItems(int value)
            
[DataMemberAttribute(Name="expiredItems", IsNameSetExplicitly=true)]
public:
property int ExpiredItems {
   int get();
   void set (    int value);
}

Property Value

The total number of items in the cache that have expired. This will be a number greater than 0 and less than or equal to Items.
Requirements

Target Platforms

See Also

Reference

CacheStatistics Class
CacheStatistics 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