{"library":"cache-manager-fs","type":"library","category":null,"description":"A filesystem store for node-cache-manager that persists cached data to disk. The current stable version is 1.0.12. It supports JSON-serializable values, configurable TTL, maximum disk size, optional ZIP compression, and automatic cache refill on application restart. Unlike memory-only stores, this provides persistence across restarts and reduced memory usage. Release cadence is low; the package appears stable with minor updates.","language":"javascript","status":"active","version":"1.0.12","tags":["javascript","cache-manager","storage","filesystem"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cache-manager-fs","imports":["const fsStore = require('cache-manager-fs');","const { caching } = require('cache-manager'); const fsStore = require('cache-manager-fs'); const cache = caching({ store: fsStore });","import { caching } from 'cache-manager'; const fsStore = require('cache-manager-fs'); const cache = await caching({ store: fsStore });"]},{"cmd":"yarn add cache-manager-fs","imports":[]},{"cmd":"pnpm add cache-manager-fs","imports":[]}],"homepage":"https://github.com/hotelde/node-cache-manager-fs#readme","github":"https://github.com/hotelde/node-cache-manager-fs","docs":null,"changelog":null,"pypi":null,"npm":"cache-manager-fs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}