←Select platform

GetCount Method

Summary

Total number of cache entries in the cache.

Syntax

C#
VB
Java
C++
public abstract long GetCount( 
   string regionName 
) 
Public MustOverride Function GetCount( 
   ByVal regionName As String 
) As Long 
public:  
   virtual Int64 GetCount( 
      String^ regionName 
   ) abstract 
public abstract 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly