Click or drag to resize
IDependencyCacheKeysStore Methods

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
See Also