PostSharp//API Reference/Post­Sharp.​Patterns.​Caching.​Value­Adapters/Value­Adapter<T>/Is­Async­Supported
Open sandboxFocus

Property IsAsyncSupported

IsAsyncSupported

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

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