RedisCachingBackend.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.Backends.Redis
Assembly: PostSharp.Patterns.Caching.Backends.Redis (in PostSharp.Patterns.Caching.Backends.Redis.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected override Task ClearAsyncCore( CancellationToken cancellationToken )
Parameters
- cancellationToken
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: TaskA Task.