UNPKG

lru-cache-for-clusters-as-promised

Version:

LRU Cache that is safe for clusters, based on `lru-cache`. Save memory by only caching items on the main thread via a promisified interface.

11 lines (10 loc) 136 B
{ "parserOptions": { "ecmaVersion": 10 }, "extends": "eslint:recommended", "env": { "es6": true, "node": true } }