New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a basic HTTP memory cache #4117
Closed
+941
−57
Address review comments.
f3074f5
Select commit
3c0fb5a
Add a non-evicting, non-validating memory cache that keys on original…
jdm 197dc35
Doom cache entries based on the initial response, and prevent matchin…
jdm 5d95607
Evict cache entries that have passed their expiry date instead of mat…
jdm 9815deb
Document the cache. Refactor incomplete entries to lessen Option-itis.
jdm 1e70aa8
Revalidate expired cache entries instead of unconditionally evicting …
jdm 0a314d0
Forbid missing docs in cache code.
jdm 2208da3
Revalidate must-revalidate entries.
jdm a95d21b
Fetch content tests from a local HTTP server.
jdm 195d5f1
Track requests made to the test HTTP server.
jdm 09619f1
Add a simple test that a cached resource with no expiry is not revali…
jdm bcb6183
Fix incorrect revalidation logic that dropped the consumer channels o…
jdm 8c602bc
Ensure that requests are cached based on their request headers.
jdm 82a1a99
Run a separate http server instance for each test to avoid intermitte…
jdm 4ea0e05
Add a test for uncacheable responses.
jdm f3074f5
Address review comments.
jdm
Closed
Implement a basic HTTP memory cache #4117
Address review comments.
Nov 12, 2014
Nov 13, 2014
Nov 13, 2014
Nov 14, 2014
Nov 15, 2014
Nov 18, 2014
Nov 18, 2014
Nov 18, 2014
Nov 18, 2014
Nov 18, 2014
Nov 18, 2014
Nov 18, 2014
Nov 27, 2014
Nov 27, 2014
Dec 16, 2014
f3074f5
Select commit
3c0fb5a
Add a non-evicting, non-validating memory cache that keys on original…
jdm 197dc35
Doom cache entries based on the initial response, and prevent matchin…
jdm 5d95607
Evict cache entries that have passed their expiry date instead of mat…
jdm 9815deb
Document the cache. Refactor incomplete entries to lessen Option-itis.
jdm 1e70aa8
Revalidate expired cache entries instead of unconditionally evicting …
jdm 0a314d0
Forbid missing docs in cache code.
jdm 2208da3
Revalidate must-revalidate entries.
jdm a95d21b
Fetch content tests from a local HTTP server.
jdm 195d5f1
Track requests made to the test HTTP server.
jdm 09619f1
Add a simple test that a cached resource with no expiry is not revali…
jdm bcb6183
Fix incorrect revalidation logic that dropped the consumer channels o…
jdm 8c602bc
Ensure that requests are cached based on their request headers.
jdm 82a1a99
Run a separate http server instance for each test to avoid intermitte…
jdm 4ea0e05
Add a test for uncacheable responses.
jdm f3074f5
Address review comments.
jdm