metasync icon indicating copy to clipboard operation
metasync copied to clipboard

Add memoize events

Open tshemsedinov opened this issue 6 years ago • 0 comments

Issue #268 contains events: add, del and clear. We need additional events:

  • memoized.on('timeout', (key) => {})
  • memoized.on('memoize', (key, err, data) => {})
  • memoized.on('overflow', (key) => {})

tshemsedinov avatar Jan 02 '18 01:01 tshemsedinov