| ICacheTKey, TValue Interface |
Namespace: Beerendonk.Memoization
public interface ICache<TKey, TValue>
The ICacheTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | Removes all keys and values from the cache. | |
| GetOrAdd | Adds a key/value pair to the cache if the key does not already exist. |