Class ValueAdapter<T>
Namespace: PostSharp.Patterns.Caching.ValueAdapters
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public abstract class ValueAdapter<T> : Object, IValueAdapter<T>, IValueAdapter
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
ValueAdapter() |
Properties
Name | Description |
---|---|
IsAsyncSupported |
Methods
Name | Description |
---|---|
GetExposedValue(Object) | |
GetStoredValue(T) | |
GetStoredValueAsync(T, CancellationToken) |
Explicit Interface Implementations
Name | Description |
---|---|
IValueAdapter.GetExposedValue(Object) | |
IValueAdapter.GetStoredValue(Object) | |
IValueAdapter.GetStoredValueAsync(Object, CancellationToken) |