FileCache GetCount Method Nemiro.Data.dll
Returns the total number of cache entries in the cache.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public override long GetCount(
	string regionName = null
)

Parameters

regionName (Optional)
Type: System String
A named region in the cache to which a cache entry was added.

Return Value

Type: Int64
The number of entries in the cache.
See Also