{"library":"cacheman","type":"library","category":null,"description":"A small and efficient cache provider for Node.js that supports in-memory, file, Redis, and MongoDB engines. Version 2.2.1 allows flexible configuration with TTL, custom delimiters, and Promise support. It provides a simple unified API (set, get, del, clear) with both callback and Promise interfaces. Unlike single-engine caches, cacheman lets you switch engines without changing application code, making it ideal for development vs production environments.","language":"javascript","status":"active","version":"2.2.1","tags":["javascript","cache","file","redis","memory","mongodb","caching","mongo","store"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install cacheman","imports":["import Cacheman from 'cacheman'","const cache = new Cacheman();","const cache = new Cacheman('myapp', { ttl: 300, engine: 'redis' });"]},{"cmd":"yarn add cacheman","imports":[]},{"cmd":"pnpm add cacheman","imports":[]}],"homepage":"https://github.com/cayasso/cacheman#readme","github":"git://github.com/cayasso/cacheman","docs":null,"changelog":null,"pypi":null,"npm":"cacheman","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}