UNPKG

ka-ching

Version:
8 lines (6 loc) 163 B
module.exports = BlackHoleLRU; function BlackHoleLRU () { this.has = function () { return false; }; this.set = function () {}; this.del = function () {}; }