←Select platform

GetStatistics() Method

Summary

Returns a snapshot of the number of all items in the cache.

Syntax
C#
VB
C++
Java
public abstract CacheStatistics GetStatistics() 
Public MustOverride Function GetStatistics() As CacheStatistics 
public:  
   virtual CacheStatistics^ GetStatistics() abstract 
public abstract CacheStatistics getStatistics() 

Return Value

A CacheStatistics object containing the current number of regions, items and expired items in the cache.

Remarks

Refer to CacheStatistics for more information.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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