Skip to content

@saazip/cache-core-domain

Sources: packages/core/package.json | packages/core/src/index.ts

Key policy, namespacing, invalidation, stale-while-revalidate, and cache lifecycle primitives.

  • the main cache lifecycle model
  • tenant-aware namespacing and key construction
  • invalidation and remember/get primitives
  • you want CacheCore embedded directly in another backend
  • you need consistent cache semantics without hand-rolled wrappers
  • Package name: @saazip/cache-core-domain
  • Workspace path: packages/core
  • None
  • None
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json