Classes
ValueAdapterFactory
Registers and provides value adapters (IValueAdapter), which allow for instance to cache things like Stream or IEnumerable, which could not be otherwise cached.
ValueAdapter<T>
An abstract implementation of IValueAdapter<T>.
Interfaces
IValueAdapter
Wraps uncachable classes or interfaces into cacheable objects, for instance an IEnumerable may be wrapped into an array.
IValueAdapter<T>
A strongly-typed version of IValueAdapter.