Searched defs:maxAge (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/lru-cache/ |
D | index.js | 71 set maxAge (mA) { setter in LRUCache 78 get maxAge () { getter in LRUCache 153 set (key, value, maxAge) { argument 314 constructor (key, value, length, now, maxAge) { argument
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/util/ |
D | readShebang.js | 7 var shebangCache = new LRU({ max: 50, maxAge: 30 * 1000 }); // Cache just for 30sec property
|
D | resolveCommand.js | 7 var commandCache = new LRU({ max: 50, maxAge: 30 * 1000 }); // Cache just for 30sec property
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
D | memoization.js | 10 maxAge: MAX_AGE, property
|
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/lru-cache/ |
D | index.js | 297 LRUCache.prototype.set = function (key, value, maxAge) { argument 462 function Entry (key, value, length, now, maxAge) { argument
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/ |
D | index.js | 333 CachePolicy.prototype.maxAge = function maxAge() { method in CachePolicy
|
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 124 maxAge: 5 * 60 * 1000 property
|
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | cookie.js | 723 Cookie.prototype.maxAge = null; // takes precedence over expires for TTL method in Cookie
|
/third_party/node/tools/ |
D | lint-md.mjs | 17518 set maxAge (mA) { setter in LRUCache 17525 get maxAge () { getter in LRUCache 17600 set (key, value, maxAge) { argument 17761 constructor (key, value, length, now, maxAge) { argument
|