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

Class

types/cache-interceptor.d.ts:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 export class MemoryCacheStore implements CacheStore {
138 constructor (opts?: MemoryCacheStoreOpts)
139
140 get (key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected