MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​Value­Adapters
Open sandboxFocus

Metalama.Patterns.Caching.ValueAdapters Namespace

Classes

ValueAdapter<T>

An abstract implementation of IValueAdapter<T>.

Interfaces

IValueAdapter

Wraps uncacheable classes or interfaces into cacheable objects, for instance an IEnumerable may be wrapped into an array.

IValueAdapter<T>

A strongly-typed version of IValueAdapter.