Skip to content

Instantly share code, notes, and snippets.

@jkantr
Forked from hmpmarketing/remember.js
Last active January 5, 2018 19:16
Show Gist options
  • Save jkantr/871752a12099f7b5bcbd0496fe59c79f to your computer and use it in GitHub Desktop.
Save jkantr/871752a12099f7b5bcbd0496fe59c79f to your computer and use it in GitHub Desktop.
cache.remember('key', 600, function() {
return Promise.resolve('value2');
}).then((val) => {
console.log('set: ', val);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment