{"library":"sync-disk-cache","type":"library","category":null,"description":"A synchronous disk-based cache library for Node.js (v2.1.0, last updated in 2018). It stores cached values as files in a temporary directory (defaulting to TMPDIR/<username>). Supports optional gzip/deflate compression. Primarily used in build toolchains (e.g., Ember CLI) for caching intermediate results. Unlike its async sibling (async-disk-cache), this library uses blocking I/O, making it unsuitable for production servers but convenient for scripts and build tools.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","cache","temp","file"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sync-disk-cache","imports":["const Cache = require('sync-disk-cache');","const Cache = require('sync-disk-cache');"]},{"cmd":"yarn add sync-disk-cache","imports":[]},{"cmd":"pnpm add sync-disk-cache","imports":[]}],"homepage":"https://github.com/stefanpenner/sync-disk-cache#readme","github":"https://github.com/stefanpenner/sync-disk-cache","docs":null,"changelog":null,"pypi":null,"npm":"sync-disk-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}