| IDependencyCacheKeysStore Methods | 
The IDependencyCacheKeysStore type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also