Skip to content

blakeembrey/catbox-fs

Repository files navigation

Catbox FS

NPM version NPM downloads Build status Test coverage Greenkeeper badge

Filesystem adapter for catbox

Installation

npm install catbox-fs --save

Options

  • trimInterval (number, default: 30000) The interval at which to trim expired cache entries from directory
  • directory (string, default: ${os.tmp()}/catbox-fs) The directory where files are cached

License

MIT