|
CacheTKey, TValue Constructor
|
Caching class for improving performance. Oldest elements are removed as the
cache is filled up
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public Cache(
int initialCapacity
)
Public Sub New (
initialCapacity As Integer
)
public:
Cache(
int initialCapacity
)
new :
initialCapacity : int -> Cache
GSF.Net.Snmp.Security.Cache = function(initialCapacity);
View SourceParameters
- initialCapacity Int32
- Capacity of the cache before oldest elements start to get removed
See Also