Skip to content

avitale/catbox-memory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catbox-memory

Memory adapter for catbox

Lead Maintainer - Colin Ihrig

Current version: 1.0.x Build Status

Options

  • maxByteSize - sets an upper limit on the number of bytes that can be stored in the cached. Once this limit is reached no additional items will be added to the cache until some expire. The utilized memory calculation is a rough approximation and must not be relied on. Defaults to 104857600 (100MB).
  • allowMixedContent - stores and retrieves buffers as Buffer. Buffers are copied before storing to prevent value from changing while in the cache. Defaults to false.

About

Memory adapter for catbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Shell 0.7%