Creates a thread-safe concurrent cache.
- Namespace
- Statiq
.Common - Containing Type
- ConcurrentCache
<TKey, TValue>
Syntax
public ConcurrentCache(bool resettable, IEqualityComparer<TKey> comparer)
public ConcurrentCache(bool resettable, IEqualityComparer<TKey> comparer)