Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/undici
/
Class
lib/cache/sqlite-cache-store.js:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
* }} SqliteStoreValue
30
*/
31
module.exports =
class
SqliteCacheStore {
32
#maxEntrySize = MAX_ENTRY_SIZE
33
#maxCount = Infinity
34
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected