Module silkenweb::memo[][src]

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.