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

Class SqliteCacheStore

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

Source from the content-addressed store, hash-verified

163 }
164
165 export class SqliteCacheStore implements CacheStore {
166 constructor (opts?: SqliteCacheStoreOpts)
167
168 /**
169 * Closes the connection to the database
170 */
171 close (): void
172
173 get (key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined
174
175 createWriteStream (key: CacheKey, value: CacheValue): Writable | undefined
176
177 delete (key: CacheKey): void | Promise<void>
178 }
179}

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…