MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​Value­AdaptersValue­Adapter<T>Is­Async­Supported
Open sandboxFocus

ValueAdapter<T>.IsAsyncSupported Property

IsAsyncSupported

Gets a value indicating whether the GetStoredValueAsync(object?, CancellationToken) method is supported.

Declaration
public virtual bool IsAsyncSupported { get; }
Property Value
Type Description
bool
Implements
IValueAdapter.IsAsyncSupported