PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­BackendValue­Adapters
Open sandboxFocus

CachingBackend.ValueAdapters Property

ValueAdapters

Gets the factory of value adapters (IValueAdapter), which allow for instance to cache things like System.IO.Stream or System.Collections.IEnumerable, which could not be otherwise cached.

Declaration
public ValueAdapterFactory ValueAdapters { get; }
Property Value
Type Description
ValueAdapterFactory