api documentation for cache-manager (v2.4.0)

Cache module for Node.js

table of contents

  1. module cache-manager
    1. function cache-manager.caching (args)
    2. function cache-manager.callback_filler ()
    3. function cache-manager.multiCaching (caches, options)
    4. object cache-manager.callback_filler.prototype
    5. object cache-manager.memory
  2. module cache-manager.callback_filler
    1. function cache-manager.callback_filler ()
  3. module cache-manager.callback_filler.prototype
    1. function cache-manager.callback_filler.prototype.add (key, funcObj)
    2. function cache-manager.callback_filler.prototype.fill (key, err, data)
    3. function cache-manager.callback_filler.prototype.has (key)
  4. module cache-manager.memory
    1. function cache-manager.memory.create (args)

module cache-manager

function cache-manager.caching (args)

function cache-manager.callback_filler ()

function cache-manager.multiCaching (caches, options)

module cache-manager.callback_filler

function cache-manager.callback_filler ()

module cache-manager.callback_filler.prototype

function cache-manager.callback_filler.prototype.add (key, funcObj)

function cache-manager.callback_filler.prototype.fill (key, err, data)

function cache-manager.callback_filler.prototype.has (key)

module cache-manager.memory

function cache-manager.memory.create (args)

[ this document was created with utility2 ]