MCPcopy
hub / github.com/nodejs/undici / MemoryCacheStore

Class MemoryCacheStore

types/cache-interceptor.d.ts:137–145  ·  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
141
142 createWriteStream (key: CacheKey, value: CacheValue): Writable | undefined
143
144 delete (key: CacheKey): void | Promise<void>
145 }
146
147 export interface SqliteCacheStoreOpts {
148 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…