Skip to content

Relink/cacheman-double-decker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cacheman-double-decker

Because you have a slow cache and big files, but you want a fast cache ontop to check if things exist first. So you want a cache ontop of your cache, and you want to cacheman the whole business. This is your library.

const DoubleDecker = require('cacheman-double-decker');
const one = makeRedisEngineOrSomethingFast();
const two = makeFileEnginerOrSomethingSlow();
const doubleupsteez = new DoubleDecker(one, two);

// Now give doubleupsteez as the engine to your cacheman cache.

About

Cacheman engine for doubling up on Cacheman engines.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages