Comment 2 for bug 1901247

Revision history for this message
Bill Erickson (berick) wrote :

Jeff, one suggestion is to use: "if (key in cache) { ... }" instead of "if (cache[key])" since many of the cached values may be null, false, or zero.