Click or drag to resize

CacheTKey, TValue Constructor

Caching class for improving performance. Oldest elements are removed as the cache is filled up

Namespace: GSF.Net.Snmp.Security
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Cache(
	int initialCapacity
)
View Source

Parameters

initialCapacity  Int32
Capacity of the cache before oldest elements start to get removed
See Also