A simple key/value storage using files to persist the data
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
A super-fast, promise-based cache that reads and writes to the file-system.
Reads and caches the entire contents of a file until it is modified
Interface for defining caches and file-system, IDB and LMDB implementations.