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

Leadtools.Caching Assembly