Skip to content

@saazip/cache-core-contracts

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

Public HTTP and cache-surface contracts for invalidation, warming, metrics, and admin API responses.

  • validated admin API contracts
  • a stable contract layer shared by the SDK and admin API
  • another service needs typed access to CacheCore admin surfaces
  • you want invalidation and metrics contracts to stay explicit
  • Package name: @saazip/cache-core-contracts
  • Workspace path: packages/contracts
  • None
  • zod
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json