37 Commits (master)

Author SHA1 Message Date
Konstantin Pogorelov 268876a21a add multi_caching.reset() 8 years ago
Sidhartha Chatterjee d6f8c67580 Allow passing in a promise dependency 9 years ago
Bryan Donovan f85538f0e4 support noPromises option in memory store (#46) 9 years ago
Bryan Donovan d7bfb6132e removing domain error catching from caching/multi-caching 9 years ago
Jonathan 99a71b68ef More coverage using promises 9 years ago
Jonathan 9c2ae65bc4 More coverage + refactor promise usage on multi cache getters 9 years ago
Jonathan 74d4e4b2d4 Add promise support for get/set 9 years ago
Jonathan b92743fb87 Add multi-caching promise support for Wrap 9 years ago
Bryan Donovan 7ae4f245d5 trying to fix #28 by checking if callbackFiller has key in domain.error 9 years ago
Bryan Donovan e439a5ba9a unit test note 9 years ago
Bryan Donovan a803db415b multi-caching: using underlying store's isCacheableValue function when it exists 9 years ago
Bryan Donovan a3387fe439 removing more ttl integer calls from tests, filling in missing tests, removing obsolete tests. 10 years ago
Bryan Donovan a9a0a3d203 requiring options arg to be accepted in underlying cache stores instead of handling ttl ints and options. Removed deprecated methods. 10 years ago
Bryan Donovan 7e38ff285c Cache falsey values by default, allow users to specify what to cache 10 years ago
Bryan Donovan 44b31ae761 better test for parallel requests to slow function 10 years ago
Bryan Donovan 11311baef1 wrapping getWidget() with nextTick in tests 10 years ago
Bryan Donovan 444d43d934 refactoring, cleanup, test for error handling in getAndPassUp() 10 years ago
Bryan Donovan 3b127c2c9f reluctantly converting to camelcase 10 years ago
Bryan Donovan d49720560f another test for #21 10 years ago
Sean Cady ef044b8902 Fix incorrect timeout location 10 years ago
Bryan Donovan 4e3fb2c5ed jscs update 10 years ago
Raadad Elsleiman 9bca5e674a fixing handling of falsy valus in get_and_pass_up 10 years ago
Raadad Elsleiman 2cb74a032d get and pass up feature to update higher caches 10 years ago
Alejandro Torrado a6cb2983b8 Unit tests for thrown errors in the work function. 10 years ago
Bryan Donovan 7d01586706 adding JSCS 10 years ago
nguyenchr cca63f92d1 Allow ttl to be passed into wrap() 10 years ago
Bryan Donovan ea062a888e unit test for parallel calls to multi-cache 10 years ago
Bryan Donovan 4f8863cb12 WIP: adding redis example 11 years ago
Bryan Donovan 16d1024017 fixing multi_cache.wrap() when wrapped function calls back with an error 11 years ago
Bryan Donovan cdb1ff0514 typo fix 12 years ago
Bryan Donovan ddede735f7 test that we do not need callbacks for set() and del() in multi_caching 12 years ago
Bryan Donovan 204a712103 0.0.1 release 12 years ago
Bryan Donovan 2a51739456 changing "run()" to "wrap()", allowing us to pass in our own custom store. 12 years ago
Bryan Donovan eeb9f7f751 initial implementation 12 years ago