MCPcopy
hub / github.com/BlockRunAI/ClawRouter / response-cache.edge-cases.test.ts

File response-cache.edge-cases.test.ts

src/response-cache.edge-cases.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, vi } from "vitest";
2import { ResponseCache } from "./response-cache.js";
3
4describe("ResponseCache Edge Cases", () => {

Callers

nothing calls this directly

Calls 7

generateKeyMethod · 0.80
shouldCacheMethod · 0.80
setMethod · 0.80
getMethod · 0.80
isEnabledMethod · 0.80
getStatsMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected