node-ts-cache-storage-node-fs

JSON →
library 4.4.0 ·javascript
verified Jun 7, 2026

Node.js filesystem storage adapter for the node-ts-cache caching library. Version 4.4.0 works with node-ts-cache v5+. Provides a persistent cache backend using the local file system, useful for server-side caching where in-memory or Redis backends are not suitable. Unlike memory-based caches, it survives process restarts. Minimal configuration required; cache files are stored under the system's temporary directory by default. Release cadence is irregular, tied to node-ts-cache updates.