{"library":"easy-cache","type":"library","category":null,"description":"Simple in-memory key/value cache for Node.js. Version 0.2.0 is the latest stable release. Provides basic set, get, unset, exists, size, and clear operations with optional time-to-live in milliseconds. Less feature-rich than alternatives like node-cache, but minimal and dependency-free. Suitable for small-scale caching needs.","language":"javascript","status":"maintenance","version":"0.2.0","tags":["javascript","cache","memory","key","value","timeout","duration","temporary"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install easy-cache","imports":["const cache = require('easy-cache');","cache.set('key', 'value', 100);","const val = cache.get('key');"]},{"cmd":"yarn add easy-cache","imports":[]},{"cmd":"pnpm add easy-cache","imports":[]}],"homepage":"https://github.com/zonetti/easy-cache","github":"http://github.com/zonetti/easy-cache","docs":null,"changelog":null,"pypi":null,"npm":"easy-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}