0.2.3 • Published 9 years ago

memoizee-newrelic v0.2.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

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

0.2.3

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago