Represents cache statistics retrieved by GetStatistics.
Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
The ICacheStatistics type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Deletes |
Gets number of cache deletes.
|
![]() | HitRate |
Gets the hit rate of the cache
|
![]() | Hits |
Gets number of cache hits.
|
![]() | Reads |
Gets number of cache reads.
|
![]() | Writes |
Gets number of cache writes.
|
See Also