CachingBackend.RemoveItemAsync Method |
Asynchronously removes a cache item from the cache given its key.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Task RemoveItemAsync( string key, CancellationToken cancellationToken = null )
Parameters
- key
- Type: System.String
The key of the cache item. - cancellationToken (Optional)
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: TaskA Task.