open-consul/agent/cache
Matt Keeler 976f922abf
Make the Agent Cache more Context aware (#8092)
Blocking queries issues will still be uncancellable (that cannot be helped until we get rid of net/rpc). However this makes it so that if calling getWithIndex (like during a cache Notify go routine) we can cancell the outer routine. Previously it would keep issuing more blocking queries until the result state actually changed.
2020-06-15 11:01:25 -04:00
..
cache.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
cache_test.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
entry.go Remove TTL from cacheEntryExpiry 2020-04-13 13:10:38 -04:00
entry_test.go agent/cache: unit tests for ExpiryHeap, found a bug! 2018-06-14 09:42:03 -07:00
mock_Request.go agent/cache: Make all cache options RegisterOptions 2020-04-16 18:56:34 -04:00
mock_Type.go agent/cache: Make all cache options RegisterOptions 2020-04-16 18:56:34 -04:00
request.go Support Agent Caching for Service Discovery Results (#4541) 2018-10-10 16:55:34 +01:00
testing.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
type.go agent/cache: Make all cache options RegisterOptions 2020-04-16 18:56:34 -04:00
watch.go Make the Agent Cache more Context aware (#8092) 2020-06-15 11:01:25 -04:00
watch_test.go agent/cache: Make all cache options RegisterOptions 2020-04-16 18:56:34 -04:00