Skip to content

Releases: firstandthird/arc-cache

setting 'expires' to -1 will preserve the value in cache forever

Choose a tag to compare

@orthagonal orthagonal released this 26 Sep 21:10
2.2.0

2.2.0

x-arc-cache header now tells you when a cached value was set

Choose a tag to compare

@orthagonal orthagonal released this 26 Sep 19:20
2.1.0

2.1.0

new version

Choose a tag to compare

@orthagonal orthagonal released this 24 Sep 22:46

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

Choose a tag to compare

@orthagonal orthagonal released this 19 Sep 00:54

cacheReply will now return stats as a full HTTP response (with body and headers/content-type)

returns a handler instead of being a handler

Choose a tag to compare

@orthagonal orthagonal released this 18 Sep 16:19

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

Choose a tag to compare

@orthagonal orthagonal released this 04 Sep 18:34
0.1.0

First working version!

Choose a tag to compare

@orthagonal orthagonal released this 13 Jun 01:29
7227324
Merge pull request #1 from firstandthird/v1

cache, cacheReply and tests