Click or drag to resize
IDependencyCacheKeysStore Interface
Represents a store of the dependency cache keys.

Namespace: CMS.Helpers.Caching.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public interface IDependencyCacheKeysStore

The IDependencyCacheKeysStore type exposes the following members.

Methods
  NameDescription
Public methodGetOrAdd
Adds new token source CancellationTokenSource if no token source exists under the key. Returns the newly created or existing token source.
Public methodTryRemove
Tries to remove and return the CancellationTokenSource corresponding to key.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also