MCPcopy Create free account
hub / github.com/nodejs/undici /

Class

lib/cache/memory-cache-store.js:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * @extends {EventEmitter}
17 */
18class MemoryCacheStore extends EventEmitter {
19 #maxCount = 1024
20 #maxSize = 104857600 // 100MB
21 #maxEntrySize = 5242880 // 5MB

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected