CachingBackend.ClearAsyncCore Method |
Asynchronously clears the cache. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.6.14.0 (6.6.14.0)
C#
protected virtual Task ClearAsyncCore( CancellationToken cancellationToken )
Parameters
- cancellationToken
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: TaskA Task.