Searched refs:MAX_AGE (Results 1 – 4 of 4) sorted by relevance
10 const MAX_AGE = Symbol('maxAge') constant45 this[MAX_AGE] = options.maxAge || 075 this[MAX_AGE] = mA79 return this[MAX_AGE]154 maxAge = maxAge || this[MAX_AGE]279 if (!hit || (!hit.maxAge && !self[MAX_AGE]))284 : self[MAX_AGE] && (diff > self[MAX_AGE])
30 var MAX_AGE = makeSymbol('maxAge') variable74 this[MAX_AGE] = options.maxAge || 0110 this[MAX_AGE] = mA114 return this[MAX_AGE]244 var maxAge = this[MAX_AGE]298 maxAge = maxAge || this[MAX_AGE]422 if (!hit || (!hit.maxAge && !self[MAX_AGE])) {430 stale = self[MAX_AGE] && (diff > self[MAX_AGE])
6 const MAX_AGE = 3 * 60 * 1000 constant10 maxAge: MAX_AGE,
17457 const MAX_AGE = Symbol('maxAge'); constant17492 this[MAX_AGE] = options.maxAge || 0;17522 this[MAX_AGE] = mA;17526 return this[MAX_AGE]17601 maxAge = maxAge || this[MAX_AGE];17726 if (!hit || (!hit.maxAge && !self[MAX_AGE]))17731 : self[MAX_AGE] && (diff > self[MAX_AGE])