How to use the microgateway-plugins.memored.setup function in microgateway-plugins

To help you get started, we’ve selected a few microgateway-plugins examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apigee-internal / microgateway / cli / lib / reload-cluster.js View on Github external
initializeCache() {
    //setup memored - a cache shared between worker processes. intro in 2.5.9
    cache.setup({
      purgeInterval: PURGE_INTERVAL
    });
  }

microgateway-plugins

Plugins for Apige Edge Microgateway

Apache-2.0
Latest version published 8 days ago

Package Health Score

67 / 100
Full package analysis

Similar packages