How to use @graffy/cache - 1 common examples

To help you get started, we’ve selected a few @graffy/cache 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 usegraffy / graffy / src / graffy / index.js View on Github external
export default function(options) {
  const store = new Graffy();
  store.use(Fill(options));
  store.use(Cache(options));
  return store;
}

@graffy/cache

Graffy module providing in-memory caching.

Apache-2.0
Latest version published 14 days ago

Package Health Score

67 / 100
Full package analysis

Popular @graffy/cache functions

Similar packages