@saazip/cache-core-contracts
Sources:
packages/contracts/package.json|packages/contracts/src/index.ts
Purpose
Section titled “Purpose”Public HTTP and cache-surface contracts for invalidation, warming, metrics, and admin API responses.
What it gives you
Section titled “What it gives you”- validated admin API contracts
- a stable contract layer shared by the SDK and admin API
Use this when
Section titled “Use this when”- another service needs typed access to CacheCore admin surfaces
- you want invalidation and metrics contracts to stay explicit
Workspace details
Section titled “Workspace details”- Package name:
@saazip/cache-core-contracts - Workspace path:
packages/contracts
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”zod
Usually paired with
Section titled “Usually paired with”Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json