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

Method get

types/cache-interceptor.d.ts:111–111  ·  view source on GitHub ↗
(key: CacheKey)

Source from the content-addressed store, hash-verified

109 */
110 export interface CacheStore {
111 get(key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined
112
113 createWriteStream(key: CacheKey, val: CacheValue): Writable | undefined
114

Callers 15

cacheStoreTestsFunction · 0.95
getMethod · 0.65
finalMethod · 0.65
deleteMethod · 0.65
sizeMethod · 0.65
[kDispatch]Method · 0.65
[kDispatch]Method · 0.65
closeClientIfUnusedMethod · 0.65
cache.jsFile · 0.65
deduplicate.jsFile · 0.65
getMethod · 0.65
runLookupMethod · 0.65

Implementers 5

MemoryCacheStoretypes/cache-interceptor.d.ts
SqliteCacheStoretypes/cache-interceptor.d.ts
MemoryCacheStorelib/cache/memory-cache-store.js
SqliteCacheStorelib/cache/sqlite-cache-store.js
AsyncCacheStoretest/interceptors/cache-async-store.js

Calls

no outgoing calls

Tested by

no test coverage detected