Module memo

Source
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
MemoCache holds the map of keys to cached values.
MemoFrame
A MemoFrame represents the scope of a frame for the MemoCache.