Home
last modified time | relevance | path

Searched refs:clearMemoized (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetch.js10 clearMemoized () {} method
38 module.exports.clearMemoized = clearMemoized
39 function clearMemoized () { function
41 fetchers[k].clearMemoized()
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/
Dindex.js28 clearMemoized () { method
29 cacache.clearMemoized()
30 regPackument.clearMemoized()
Dpackument.js29 module.exports.clearMemoized = clearMemoized
30 function clearMemoized () { function
/third_party/node/deps/npm/node_modules/cacache/
Drm.js14 memo.clearMemoized()
20 memo.clearMemoized()
26 memo.clearMemoized()
DREADME.md44 * [`clearMemoized`](#clear-memoized)
489 #### <a name="clear-memoized"></a> `> cacache.clearMemoized()`
DCHANGELOG.md619 * **cacache:** exported clearMemoized() utility ([8d2c5b6](https://github.com/npm/cacache/commit/8d…
/third_party/node/deps/npm/node_modules/cacache/locales/
Den.js9 const clearMemoized = require('../lib/memoization.js').clearMemoized constant
40 x.clearMemoized = () => clearMemoized() function
Des.js9 const clearMemoized = require('../lib/memoization.js').clearMemoized constant
40 x.limpiaMemoizado = () => clearMemoized()
/third_party/node/deps/npm/node_modules/cacache/lib/
Dmemoization.js20 module.exports.clearMemoized = clearMemoized
21 function clearMemoized () { function
/third_party/node/deps/npm/node_modules/pacote/
Dindex.js9 clearMemoized: require('./lib/fetch').clearMemoized property
DREADME.md25 * [`clearMemoized`](#clearMemoized)
204 #### <a name="clearMemoized"></a> `> pacote.clearMemoized()`
211 pacote.manifest(...).then(() => pacote.clearMemoized)
DCHANGELOG.md1177 * **memoization:** better packument memoization + pacote.clearMemoized() ([eb1bd4f](https://github.…