Gets the current size of the cache store in bytes.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property CurrentSize As Long |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Cache
Dim value As Long
value = instance.CurrentSize
|
C# | |
---|
public long CurrentSize {get;} |
C++/CLI | |
---|
public:
property long CurrentSize {
long get();
} |
Return Value
The size of stored cache items in bytes.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also