CachingBackend.ContainsDependencyAsync Method |
Asynchronously determines whether the cache contains a given dependency.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public Task<bool> ContainsDependencyAsync( string key, CancellationToken cancellationToken = null )
Parameters
- key
- Type: System.String
The dependency key. - cancellationToken (Optional)
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: Task<Boolean>A Task evaluating to true if the cache contains the dependency key, otherwise false.