NonBlockingCachingBackendEnhancer.InvalidateDependencyAsyncCore Method |
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.14.0 (6.10.14.0)
protected override Task InvalidateDependencyAsyncCore( string key, CancellationToken cancellationToken )
Parameters
- key
- Type: System.String
The dependency key. - cancellationToken
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: TaskA Task.