NET Caching Library Help
GetTotalCount Method (BaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : GetTotalCount Method
Get the count of all the items in all the regions
Syntax
'Declaration
 
Public MustOverride Function GetTotalCount() As System.Long
'Usage
 
Dim instance As BaseCacheProvider
Dim value As System.Long
 
value = instance.GetTotalCount()
public abstract System.long GetTotalCount()
public: abstract System.long GetTotalCount(); 
public:
abstract System.int64 GetTotalCount(); 

Return Value

The total of all cache items in all regions
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

BaseCacheProvider Class
BaseCacheProvider Members