superagent-cache
superagent-cache copied to clipboard
A global superagent patch for customizable caching.
Hey, I am working on the forceUpdate tests and running into some isses. Two of the tests already written seem to fail at random. Sometimes they work, and sometimes they...
Using whatever is the simplest eviction algorithm to implement (fifo?).
# Explanation This is intended to be a discussion area for breaking changes that anyone thinks should be made to superagent-cache. Please also present ideas that are not breaking changes...
Should there be a flag so that errors returned by AJAX calls are cached just like successful responses?
When a response comes back from a POST or a PUT, often all of the new/updated asset's information in known by the client. It could be a nice convenience option...
Let's say I have a basic CRUD journal site--I can create an entry, edit/delete an entry, view an entry, and view a list of entries. Cache invalidation works great when...