open-consul/agent/submatview
Daniel Nephin ffefcdc025 streaming: support X-Cache-Hit header
If a value was already available in the local view the request is considered a cache hit.
If the materialized had to wait for a value, it is considered a cache miss.
2021-06-28 17:29:23 -04:00
..
handler.go
materializer.go streaming: support X-Cache-Hit header 2021-06-28 17:29:23 -04:00
store.go streaming: support X-Cache-Hit header 2021-06-28 17:29:23 -04:00
store_integration_test.go submatview: and Store integration test with stream backend 2021-06-08 12:15:35 -04:00
store_test.go submatview: add test cases for store.Get with timeout and no index 2021-06-08 18:04:38 -04:00
streaming_test.go