←Select platform

Items Property

Summary

Total number of items in the cache in all regions.

Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute(Name="items")] 
public int Items { get; set; } 
public:  
   [DataMemberAttribute(Name=L"items")] 
   property int Items 
   { 
      int get() 
      void set(int value) 
   } 
public int getItems() 
public void setItems(int value) 
Items # get and set (CacheStatistics) 

Property Value

The total number of items in the cache in all regions. If this is the cache used by the LEADTOOLS Document Viewer then an item can be a page raster image, thumbnail, text data, etc.

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.