CachingBackendEnhancer.ContainsItemAsyncCore Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.8.6.0 (6.8.6.0)
protected override Task<bool> ContainsItemAsyncCore( string key, CancellationToken cancellationToken )
Parameters
- key
- Type: System.String
The key of the cache item. - cancellationToken
- Type: System.Threading.CancellationToken
A CancellationToken.
Return Value
Type: Task<Boolean>A Task that evaluates to true if the cache contains an item whose key is key, otherwise false.