ComputedCache
See source codeA record store is a collection of records of different types.
interface ComputedCache<Data, R extends UnknownRecord> {}
Methods
get
Parameters
Name | Description |
---|---|
|
|
Returns
Data | undefined
Prev
CollectionDiffNext
HistoryEntry