CachingBackendEnhancer.ContainsDependencyAsyncCore Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.9.11.0 (6.9.11.0)
protected override Task<bool> ContainsDependencyAsyncCore( string key, CancellationToken cancellationToken )
Parameters
- key
- Type: System.String
The dependency key. - cancellationToken
- 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.