NET Caching Library Help
GetCount Method (BaseDatabaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : GetCount Method
Optional. A named region in the cache. The default value for the optional parameter is Default
Get the number of items in the passed region.
Syntax
'Declaration
 
Public Overrides Function GetCount( _
   Optional ByVal regionName As System.String _
) As System.Long
'Usage
 
Dim instance As BaseDatabaseCacheProvider
Dim regionName As System.String
Dim value As System.Long
 
value = instance.GetCount(regionName)
public override System.long GetCount( 
   System.string regionName
)
public: System.long GetCount( 
   System.string* regionName
) override 
public:
System.int64 GetCount( 
   System.String^ regionName
) override 

Parameters

regionName
Optional. A named region in the cache. The default value for the optional parameter is Default
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseCacheProvider Class
BaseDatabaseCacheProvider Members