tree: f60f2e809d6402cb3020cf317eb3e72f69a9d591
  1. cache.go
  2. cache_test.go
  3. clock.go
  4. config.go
  5. demux.go
  6. demux_test.go
  7. fake_clock_test.go
  8. go.mod
  9. go.sum
  10. LICENSE
  11. OWNERS
  12. predicate.go
  13. progress_requestor.go
  14. progress_requestor_test.go
  15. README.md
  16. ready.go
  17. ready_test.go
  18. ringbuffer.go
  19. ringbuffer_test.go
  20. snapshot.go
  21. store.go
  22. store_test.go
  23. watcher.go
cache/README.md

etcd cache

Experimental etcd client cache library.

Note: gRPC proxy is not supported. The cache relies on RequestProgress RPCs, which the gRPC proxy does not forward.