NET Caching Library Help
GetTotalCount Method (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : GetTotalCount Method
Get the total items in the cache
Syntax
'Declaration
 
Public Overrides Function GetTotalCount() As System.Long
'Usage
 
Dim instance As FileCacheProvider
Dim value As System.Long
 
value = instance.GetTotalCount()
public override System.long GetTotalCount()
public: System.long GetTotalCount(); override 
public:
System.int64 GetTotalCount(); override 
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

FileCacheProvider Class
FileCacheProvider Members