Open sandboxFocus

Namespace Metalama.Patterns.Memoization

Classes

MemoizeAttribute

An aspect that, when applied to a get-only property or parameterless non-void method, caches the result and returns the cached value on subsequent calls.