ComputedCache
Public interface
A record store is a collection of records of different types.
Signature
interface ComputedCache<Data, R extends UnknownRecord> {}
References
Source
packages/store/src/lib/Store.ts
Methods
get
Public methodsignature
Parameters
Name | Description |
---|---|
|
|
Returns
Data | undefined
References