Home
last modified time | relevance | path

Searched refs:fetchMethod (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/
Dindex.js147 #fetchMethod; field in LRUCache
290 get fetchMethod() { getter in LRUCache
291 return this.#fetchMethod;
306 …oseOnSet, noUpdateTTL, maxSize = 0, maxEntrySize = 0, sizeCalculation, fetchMethod, noDeleteOnFetc…
326 if (fetchMethod !== undefined &&
327 typeof fetchMethod !== 'function') {
330 this.#fetchMethod = fetchMethod;
331 this.#hasFetchMethod = !!fetchMethod;
1091 const fmp = this.#fetchMethod?.(k, v, fetchOpts);
/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/
Dindex.js144 #fetchMethod; field in LRUCache
287 get fetchMethod() { getter in LRUCache
288 return this.#fetchMethod;
303 …oseOnSet, noUpdateTTL, maxSize = 0, maxEntrySize = 0, sizeCalculation, fetchMethod, noDeleteOnFetc…
323 if (fetchMethod !== undefined &&
324 typeof fetchMethod !== 'function') {
327 this.#fetchMethod = fetchMethod;
328 this.#hasFetchMethod = !!fetchMethod;
1088 const fmp = this.#fetchMethod?.(k, v, fetchOpts);
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
Dindex.js144 #fetchMethod; field in LRUCache
287 get fetchMethod() { getter in LRUCache
288 return this.#fetchMethod;
303 …oseOnSet, noUpdateTTL, maxSize = 0, maxEntrySize = 0, sizeCalculation, fetchMethod, noDeleteOnFetc…
323 if (fetchMethod !== undefined &&
324 typeof fetchMethod !== 'function') {
327 this.#fetchMethod = fetchMethod;
328 this.#hasFetchMethod = !!fetchMethod;
1137 const fmp = this.#fetchMethod?.(k, v, fetchOpts);
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
Dindex.js147 #fetchMethod; field in LRUCache
290 get fetchMethod() { getter in LRUCache
291 return this.#fetchMethod;
306 …oseOnSet, noUpdateTTL, maxSize = 0, maxEntrySize = 0, sizeCalculation, fetchMethod, noDeleteOnFetc…
326 if (fetchMethod !== undefined &&
327 typeof fetchMethod !== 'function') {
330 this.#fetchMethod = fetchMethod;
331 this.#hasFetchMethod = !!fetchMethod;
1140 const fmp = this.#fetchMethod?.(k, v, fetchOpts);