memoizee-newrelic

0.2.3 • Public • Published

memoizee-newrelic

NewRelic Plug-In for the memoizee library

See https://github.com/medikoo/memoize

Summary

require('memoizee-newrelic')('NEWRELIC-LICENSE-KEY');
var memoize = require('memoizee');
 
var fn = function (one, two, three) { /* ... */ };
 
memoized = memoize(fn);
 
memoized('foo', 3, 'bar');

Every 60 seconds, this will report the cache information to your NewRelic dashboard

Readme

Keywords

none

Package Sidebar

Install

npm i memoizee-newrelic

Weekly Downloads

1

Version

0.2.3

License

Apache-2.0

Last publish

Collaborators

  • issac