MCPcopy Create free account
hub / github.com/ethanniser/the-beth-stack /

Class

packages/beth-stack/src/cache/new-persist.ts:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76class BethMemoryCache implements StoredCache {
77 private cache: Map<string, any>;
78 constructor() {
79 this.cache = new Map();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected