Gets the number of items stored in the cache.
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As Cache
Dim value As Integer
value = instance.Count
public:
property int Count {
int get();
}
Property Value
The number of items stored in the cache.