file-entry-cache
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
flat-cache
A simple key/value storage using files to persist the data
cacache
Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.
file-system-cache
A super-fast, promise-based cache that reads and writes to the file-system.
keyv-file
File storage adapter for Keyv, using msgpack to serialize data fast and small.