MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsCaching­BackendContains­Dependency­Async
Open sandboxFocus

CachingBackend.ContainsDependencyAsync Method

ContainsDependencyAsync(String, CancellationToken)

Asynchronously determines whether the cache contains a given dependency.

Declaration
public ValueTask<bool> ContainsDependencyAsync(string key, CancellationToken cancellationToken = null)
Parameters
Type Name Description
String key

The dependency key.

CancellationToken cancellationToken

A CancellationToken.

Returns
Type Description
ValueTask<Boolean>

A Task evaluating to true if the cache contains the dependency key, otherwise false.