A cache object that deletes the least-recently-used items. Usage: var LRU = require("lru-cache") , options = { max: 500 , length: function (n) { return n ...
確定! 回上一頁