Table of contents

Public interface

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

Signature
interface ComputedCache<Data, R extends UnknownRecord> {}
References

UnknownRecord

Source

packages/store/src/lib/Store.ts


Methods

get

Public methodsignature

Parameters
NameDescription

id

IdOf<R>
Returns
Data | undefined
References

IdOf


CollectionDiffcreateComputedCache