Cross-cutting / @fjell/cache
Keep reads close to the UI
Coordinates item and query results into a local observable data view.
How to use it
Coordinates item and query results into a local observable data view.
Minimal project sample
const cache = createCache({ registry, operations:userApi });
await cache.operations.get({ kt:"user", pk:"u-1" });Where it connects
This component participates in the Fjell workflow as a cross-cutting layer. See the complete relationship map and sample application to understand its neighbors.
See architecture → See sample app →