Returns a snapshot of the number of items in the specified region.
public override CacheStatistics GetStatistics(
string key,
string regionName
)
Public Overrides Function GetStatistics(
ByVal key As String,
ByVal regionName As String
) As CacheStatistics
public:
virtual CacheStatistics^ GetStatistics(
String^ key,
String^ regionName
) override
@Override
public CacheStatistics getStatistics(String key, String regionName)
key
Key name. If this parameter is not null, then this method will return information on this item only. This can be used to check
if the item has expired but not yet purged from the cache. If this parameter is null, then information on all the items in regionName is returned.
regionName
Region name. If this value is not null, then this method will return information on the items in this region. If this
parameter is null, then information on all regions in the cache is returned (the equivalent of calling GetStatistics.
A CacheStatistics object containing the current number of regions, items and expired items in the cache.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document