←Select platform

GetCount Method

Summary

Total number of cache entries in the cache.

Syntax
C#
VB
C++
Java
public override long GetCount( 
   string regionName 
) 
Public Overrides Function GetCount( 
   ByVal regionName As String 
) As Long 
public:  
   virtual Int64 GetCount( 
      String^ regionName 
   ) override 
@Override 
public long getCount(String regionName) 

Parameters

regionName

Optional name of a region in cache.

Return Value

The total number of cache entries found.

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.