superagent-cache icon indicating copy to clipboard operation
superagent-cache copied to clipboard

A global superagent patch for customizable caching.

Results 7 superagent-cache issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

discussion
major release

Should there be a flag so that errors returned by AJAX calls are cached just like successful responses?

enhancement

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...

enhancement

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...

enhancement

Feature request from @redben

enhancement