This module provides general-purpose cache functionality, used by backed services.
npm install
- node-cache is leveraged for caching that doesn't require replication across the cluster
- redis : Not fully supported currently
- The module exports a class
Cache
that will use node-cache as default, unless otherwise specified the initialization options.
This section lists license details of libraries / dependencies.