Releases: firstandthird/arc-cache
Releases · firstandthird/arc-cache
Release list
setting 'expires' to -1 will preserve the value in cache forever
2.2.0 2.2.0
x-arc-cache header now tells you when a cached value was set
2.1.0 2.1.0
new version
This is an overhaul of most of arc-cache, see the unit tests for examples of all the features.
stats returns a full HTTP response
cacheReply will now return stats as a full HTTP response (with body and headers/content-type)
returns a handler instead of being a handler
In the new version of arc-cache, cacheReply has changed so that it returns a cache handler instead of directly returning cached values. Instead you call this handler to get your cached values. You can also specify your preferred cache policies to cacheReply and it will give you a handler that implements them for you. See tests for options you can pass in.
0.1.0
First working version!
Merge pull request #1 from firstandthird/v1 cache, cacheReply and tests