Interface IValueAdapter<T>
Namespace: PostSharp.Patterns.Caching.ValueAdapters
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public interface IValueAdapter<T> : IValueAdapter
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
GetExposedValue(Object) | |
GetStoredValue(T) | |
GetStoredValueAsync(T, CancellationToken) |