Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethanniser/the-beth-stack
/ set
Method
set
packages/beth-stack/src/cache/new-persist.ts:91–93 ·
view source on GitHub ↗
(key: string, value: any)
Source
from the content-addressed store, hash-verified
89
}
90
}
91
public set(key: string, value: any) {
92
this.cache.set(key, value);
93
}
94
}
95
class
BethJsonCache implements StoredCache {
96
private db: Database;
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected