- Namespace
- Statiq
.Common - Implementing Types
graph BT
Type["IConcurrentCache"]
class Type type-node
Implementing0["ConcurrentCache<TKey, TValue>"]-.->Type
click Implementing0 "/api/Statiq.Common/ConcurrentCache_2"
Syntax
public interface IConcurrentCache
Methods
| Name | Return Value | Summary |
|---|---|---|
| Reset |
void |
Resets the cache by clearing all entries and disposing any
IDisposable values.
|