node-flat-cache

Node.js library implementing a simple persistent key/value storage
  https://github.com/royriojas/file-entry-cache
  0
  no reviews



Flat-cache is a stupidly simple key/value storage using files to persist the data.

The module grew from a need for a super simple and dumb in-memory cache with optional disk persistence for a script to beautify files with "esformatter" only processing files that had changed since last run. Such use case need "fileSize" and "modificationTime" of the files tracked in a simple key/value storage.