ValueAdapterFactory Class |
Registers and provides value adapters (IValueAdapter), which allow for instance to cache things like Stream or IEnumerable,
which could not be otherwise cached.
Namespace: PostSharp.Patterns.Caching.ValueAdapters
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public sealed class ValueAdapterFactory
The ValueAdapterFactory type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets an IValueAdapter given a value type.
| |
Register(Type, IValueAdapter) |
Registers an IValueAdapter instance and explicitly specifies the value type.
| |
Register(Type, Type) |
Registers a generic value adapter.
| |
Register<T>(IValueAdapter<T>) |
Registers an IValueAdapter<T>.
|