Creates a thread-safe concurrent cache.
- Namespace
- Statiq
.Common - Containing Type
- ConcurrentCache
<TKey, TValue>
Syntax
public ConcurrentCache(bool resettable)
Parameters
Name | Type | Description |
---|---|---|
resettable | bool |
Indicates if the cache should be reset by the IEngine before each execution.
|