@live-cache/core
v0.0.2
Published
Core data structures and controller APIs for live-cache
Downloads
369
Maintainers
Readme
@live-cache/core
Core data structures and controller APIs for live-cache.
Disclaimer: This project is under initial development. Breaking changes are made every week.
Install
bun add @live-cache/coreWhat it includes
Collection,Document, andControllerObjectStoreutilitiesjoin()helperStorageManagerandInvalidatorbase typesTransactionsutilitieswithMutation– method decorator for Controller async methods; adds.loadingand.erroron the method (TC39 decorator)WithMutationState– type for the decorated method shape
Usage
import { Controller, createObjectStore, withMutation } from "@live-cache/core";