←Select platform

ExpiredItems Property

Summary

Total number of items in the cache that have expired.

Syntax
C#
VB
C++
Java
[DataMemberAttribute(Name="expiredItems")] 
public int ExpiredItems { get; set; } 
<DataMemberAttribute(Name:="expiredItems")>  
Public Property ExpiredItems() As Integer 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"expiredItems")] 
   property int ExpiredItems 
   { 
      int get() 
      void set(int value) 
   } 
public int getExpiredItems() 
public void setExpiredItems(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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly