Open sandboxFocus
  • Article

Namespace Metalama.Patterns.Caching.ValueAdapters

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.