←Select platform

GetCount Method (ObjectCache)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize