{"library":"caching-map","install":[{"cmd":"npm install caching-map","imports":["const Cache = require('caching-map');","const cache = new Cache(100);\ncache.get('key');\ncache.set('key', value);\ncache.delete('key');\ncache.keys();","cache.materialize = async (key) => { return fetchData(key); };"]},{"cmd":"yarn add caching-map","imports":[]},{"cmd":"pnpm add caching-map","imports":[]}]}