ComputedCache

See source code
Table of contents

A record store is a collection of records of different types.

interface ComputedCache<Data, R extends UnknownRecord> {}

Methods

get

Parameters

NameDescription

id

IdOf<R>

Returns

Data | undefined

Prev
CollectionDiff
Next
HistoryEntry