Clears the CacheTKey, TValue and resets statistics.
Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.0.0
Syntax
Implements
ICacheResetRemarks
The Count property is set to 0, and references to other objects from elements of the collection are also released. The Capacity remains unchanged. The statistics will be reset.
This method is an O(1) operation.
See Also