Gets the current size of the cache store in bytes.
'Declaration
Public ReadOnly Property CurrentSize As Long
'Usage
Dim instance As Cache
Dim value As Long
value = instance.CurrentSize
public long CurrentSize {get;}
public:
property int64 CurrentSize {
int64 get();
}
Property Value
The size of stored cache items in bytes.