PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Value­AdaptersValue­Adapter<T>Is­Async­Supported
Open sandboxFocus

ValueAdapter<T>.IsAsyncSupported Property

IsAsyncSupported

Determines whether the GetStoredValueAsync(Object, CancellationToken) method is supported.

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