{"library":"async-disk-cache","type":"library","category":null,"description":"Async disk cache library for Node.js (v2.1.0, stable, low maintenance). Stores cache entries as files in a temporary directory (default $TMPDIR/<username>). Provides promise-based async API with compression support (gzip, deflate, deflateRaw) and optional buffer support. Differentiated from sync-disk-cache by async operations; a lightweight alternative to full-featured caching solutions like node-cache-manager. No external dependencies. Actively used in Ember CLI ecosystem.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","cache","temp","file"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install async-disk-cache","imports":["const Cache = require('async-disk-cache');","const cache = new Cache('my-cache');","const cache = new Cache('my-cache', { compression: 'gzip' });"]},{"cmd":"yarn add async-disk-cache","imports":[]},{"cmd":"pnpm add async-disk-cache","imports":[]}],"homepage":"https://github.com/stefanpenner/async-disk-cache#readme","github":"https://github.com/stefanpenner/async-disk-cache","docs":null,"changelog":null,"pypi":null,"npm":"async-disk-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}