NET Caching Library Help
GetTotalCount Method (MemoryCacheProvider)




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

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

MemoryCacheProvider Class
MemoryCacheProvider Members