{"library":"node-cache-manager","type":"library","category":null,"description":"A simple in-memory cache manager for Node.js applications, version 1.2.0. It provides basic caching functionality with TTL support, suitable for small projects or simple caching needs. However, note that the package is outdated (last release from 2018) and has not been maintained, with no support for advanced features like clustering, persistence, or multi-tier caching that modern alternatives like keyv or node-cache offer. The package uses a singleton pattern and is not recommended for new projects.","language":"javascript","status":"deprecated","version":"1.2.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install node-cache-manager","imports":["import cacheManager from 'node-cache-manager'","const { CacheManager } = require('node-cache-manager')","const cache = require('node-cache-manager'); cache.get('key')"]},{"cmd":"yarn add node-cache-manager","imports":[]},{"cmd":"pnpm add node-cache-manager","imports":[]}],"homepage":"https://github.com/ProdioDesignWorks/cache#readme","github":"https://github.com/ProdioDesignWorks/cache","docs":null,"changelog":null,"pypi":null,"npm":"node-cache-manager","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}