Total number of items in the cache that have expired.
[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.