←Select platform

ExpiredItems Property

Summary

Total number of items in the cache that have expired.

Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute(Name="expiredItems")] 
public int ExpiredItems { get; set; } 
public:  
   [DataMemberAttribute(Name=L"expiredItems")] 
   property int ExpiredItems 
   { 
      int get() 
      void set(int value) 
   } 
public int getExpiredItems() 
public void setExpiredItems(int value) 
ExpiredItems # get and set (CacheStatistics) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.