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.

17 lines 243 B
engines: duplication: enabled: true config: languages: - javascript eslint: enabled: true config: "./.eslintrc" fixme: enabled: true ratings: paths: - "**.js" exclude_paths: - ".eslintrc" - "test/**"