- Namespace
- Statiq
.Common - Containing Type
- ConcurrentCache
<TKey, TValue>
Syntax
public TValue AddOrUpdate(TKey key, TValue addValue, Func<TKey, TValue, TValue> updateValueFactory)
Parameters
Return Value
| Type | Description |
|---|---|
| TValue |
public TValue AddOrUpdate(TKey key, TValue addValue, Func<TKey, TValue, TValue> updateValueFactory)
| Type | Description |
|---|---|
| TValue |