@comity/cache-kv
v0.9.0
Published
Key-Value cache module for Comity framework
Readme
@comity/cache-kv
Key-value cache adapter for the Comity cache module.
Purpose
Adapts a key-value cache store into the @comity/cache module wiring. Provides the kernel setup needed to connect a KV store to the standard cache lifecycle.
Scope
This package:
- provides a module that wires a KV cache into Comity
- exposes setup types for configuring the KV cache adapter
This package does NOT:
- define cache contracts or store abstractions
- implement the cache store itself
- manage cache TTL or serialization
Public API
module— kernel module metadata and setup function- Setup — configuration types for the KV adapter (
@comity/cache-kv/setup)
No exhaustive reference; see docs for constraints.
Documentation
- docs/overview.md
- docs/conventions.md
Related Packages
- @comity/cache — cache contracts and store abstractions
- @comity/kernel — module lifecycle runtime
Status
Stable
Review Completed: 2026-07-25 Reviewer: Hobiri MAGI (DeepSeek v4 Pro) Compliance Score: 99.5% (Green)
