cache: add in-memory fallback stores

This commit is contained in:
a.tolmachev
2026-05-03 21:19:29 +00:00
parent 1deb70c926
commit c5cd6c1526
5 changed files with 354 additions and 6 deletions
+1 -1
View File
@@ -49,8 +49,8 @@ Progress:
- done:
- product/docs/runtime plan already define cache layer as optional and edition-aware
- public cache contracts and runtime cache config now exist in `crank-core` / `crank-runtime`
- Community fallback in-memory implementations now exist for response cache, rate-limit state, replay guard, and coordination state
- pending:
- Community fallback implementations
- optional `Valkey` in Community manifests
- external cache backend for managed / enterprise contours