NamespaceSystemLibrary.Common.Net.Extensions
Concurrent dictionary extensions
ConcurrentDictionaryExtensions
public static class ConcurrentDictionaryExtensions
Inheritance
System.Object
ConcurrentDictionaryExtensions
Methods
Remarks
The static concurrent dictionary lives as long as application runs
You are responsible for when to instantiate the dictionary
Item limit per dictionary is set to 100.000 items, if reached the dictionary is cleaned and starts caching over againRemarks
The static concurrent dictionary lives as long as application runs
You are responsible for when to instantiate the dictionary
Item limit per dictionary is set to 100.000 items, if reached the dictionary is cleaned and starts caching over again
Remarks
The static concurrent dictionary lives as long as application runs
You are responsible for when to instantiate the dictionary
Item limit per dictionary is set to 100.000 items, if reached the dictionary is cleaned and starts caching over again}