| IDependencyCacheKeysStore Interface |
Namespace: CMS.Helpers.Caching.Internal
public interface IDependencyCacheKeysStore
The IDependencyCacheKeysStore type exposes the following members.
| Name | Description | |
|---|---|---|
| GetOrAdd |
Adds new token source CancellationTokenSource if no token source exists under the key.
Returns the newly created or existing token source.
| |
| TryRemove |
Tries to remove and return the CancellationTokenSource corresponding to key.
|