Expand description

Memoize functions across frames.

Typically a MemoCache will last the duration of a UI component, whereas a MemoFrame will last the duration of a single render.

Structs

MemoCache holds the map of keys to cached values.
A MemoFrame represents the scope of a frame for the MemoCache.