PostSharp / / API Reference / Post­Sharp.​Patterns.​Caching.​Value­Adapters / IValue­Adapter

Interface IValueAdapter

Namespace: PostSharp.Patterns.Caching.ValueAdapters
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public interface IValueAdapter

Properties

Name Description
IsAsyncSupported

Methods

Name Description
GetExposedValue(Object)
GetStoredValue(Object)
GetStoredValueAsync(Object, CancellationToken)