| 
            
              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.258-beta
Syntaxpublic Cache(
	int initialCapacity
)
Public Sub New ( 
	initialCapacity As Integer
)
public:
Cache(
	int initialCapacity
)
new : 
        initialCapacity : int -> CacheGSF.Net.Snmp.Security.Cache = function(initialCapacity);
 View SourceParameters
- initialCapacity  Int32
 - Capacity of the cache before oldest elements start to get removed
 
See Also