PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­BackendRemove­Item­Async
Open sandboxFocus

CachingBackend.RemoveItemAsync Method

RemoveItemAsync(String, CancellationToken)

Asynchronously removes a cache item from the cache given its key.

Declaration
public Task RemoveItemAsync([Required] string key, CancellationToken cancellationToken = null)
Parameters
Type Name Description
System.String key

The key of the cache item.

System.Threading.CancellationToken cancellationToken

A System.Threading.CancellationToken.

Returns
Type Description
System.Threading.Tasks.Task

A System.Threading.Tasks.Task.