@saazip/cache-core-metrics
Sources:
packages/metrics/package.json|packages/metrics/src/index.ts
Purpose
Section titled “Purpose”Metric names and helpers for hit ratio, invalidation, and average load timing.
What it gives you
Section titled “What it gives you”- shared metric primitives for the SDK and admin API
- a clear operational language around cache behavior
Use this when
Section titled “Use this when”- you want cache hits, misses, remembers, and invalidations tracked consistently
Workspace details
Section titled “Workspace details”- Package name:
@saazip/cache-core-metrics - Workspace path:
packages/metrics
Internal dependencies
Section titled “Internal dependencies”External dependencies
Section titled “External dependencies”- None
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