Home
last modified time | relevance | path

Searched refs:noDelete (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js1112 const noDelete = allowStale || options.noDeleteOnFetchRejection;
1117 const del = !noDelete || bf.__staleWhileFetching === undefined;
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js1109 const noDelete = allowStale || options.noDeleteOnFetchRejection;
1114 const del = !noDelete || bf.__staleWhileFetching === undefined;

Completed in 3 milliseconds