Table of Contents

Namespace ToSic.Lib.Helpers

Classes

GetOnceNamed<TResult>
GetOnce<TResult>

Simple helper class to use on object properties which should be generated once.

Important for properties which can also return null, because then checking for null won't work to determine if we already tried to retrieve it.