Configuration
/**
* Sidecar Config for kvcache.js
*/
module.exports = {
title: "kvcache.js",
description: "Auto-generated draft",
created: "2025-11-19T17:01:32.120Z",
modified: "2025-11-24T23:39:59.972Z",
};
---
title: "Route Flow: ssddc /src/kvcache.js "
---
flowchart TD
subgraph GET ["GET"]
hono_get_key["GET key"]
style hono_get_key fill:#5E377B,color:#fff,stroke:#B4976A
hono_get_key["GET key"]
style hono_get_key fill:#5E377B,color:#fff,stroke:#B4976A
hono_get_key["GET key"]
style hono_get_key fill:#5E377B,color:#fff,stroke:#B4976A
end
subgraph PUT ["PUT"]
hono_put_cacheRequest["PUT cacheRequest"]
style hono_put_cacheRequest fill:#5E377B,color:#fff,stroke:#B4976A
hono_put_key["PUT key"]
style hono_put_key fill:#5E377B,color:#fff,stroke:#B4976A
hono_put_cacheRequest["PUT cacheRequest"]
style hono_put_cacheRequest fill:#5E377B,color:#fff,stroke:#B4976A
hono_put_cacheRequest["PUT cacheRequest"]
style hono_put_cacheRequest fill:#5E377B,color:#fff,stroke:#B4976A
hono_put_key["PUT key"]
style hono_put_key fill:#5E377B,color:#fff,stroke:#B4976A
end
subgraph DELETE ["DELETE"]
hono_delete_cacheRequest["DELETE cacheRequest"]
style hono_delete_cacheRequest fill:#5E377B,color:#fff,stroke:#B4976A
hono_delete_cacheRequest["DELETE cacheRequest"]
style hono_delete_cacheRequest fill:#5E377B,color:#fff,stroke:#B4976A
hono_delete_key["DELETE key"]
style hono_delete_key fill:#5E377B,color:#fff,stroke:#B4976A
hono_delete_key["DELETE key"]
style hono_delete_key fill:#5E377B,color:#fff,stroke:#B4976A
end
createKVProxy{{"createKVProxy"}}
style createKVProxy fill:#161b22,color:#fff,stroke:#c2a35d
linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff
classDef default color:#fff
---
title: "AST Structure: ssddc /src/kvcache.js "
---
%%{init: { 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 30 }, 'themeVariables': { 'fontSize': '11px' } } }%%
graph LR
n0["SF"]
n5["CD: KVProxy"]
n0 --> n5
n34["MD: get"]
n5 --> n34
subgraph sub41 ["Safe Boundary"]
end
n198["MD: put"]
n5 --> n198
subgraph sub207 ["Safe Boundary"]
end
n303["MD: reset"]
n5 --> n303
subgraph sub310 ["Safe Boundary"]
end
n418["MD: delete"]
n5 --> n418
subgraph sub425 ["Safe Boundary"]
end
n498["MD: get"]
n0 --> n498
n579["FD: createKVProxy"]
n0 --> n579
style n0 fill:#5E377B,color:#fff,stroke:#B4976A
linkStyle default stroke:#c2a35d,stroke-width:1px,opacity:0.6
CE CallExpressionCD ClassDeclarationFD FunctionDeclarationMD MethodDeclarationSF SourceFileTS TryStatement