←Select platform

GetStatistics(string,string) Method

Summary

Returns a snapshot of the number of items in the specified region.

Syntax
C#
C++/CLI
Java
Python
public abstract CacheStatistics GetStatistics( 
   string key, 
   string regionName 
) 
public:  
   virtual CacheStatistics^ GetStatistics( 
      String^ key, 
      String^ regionName 
   ) abstract 
public abstract CacheStatistics getStatistics(String keyName, String regionName) 
def GetStatistics(self,key,regionName): 

Parameters

key

Key name. If this parameter is not null, then this method will return information on this item only. This can be used to check

if the item has expired but not yet purged from the cache. If this parameter is null, then information on all the items in regionName is returned.

regionName

Region name. If this value is not null, then this method will return information on the items in this region. If this

parameter is null, then information on all regions in the cache is returned (the equivalent of calling GetStatistics.

Return Value

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

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.