#include <caching_interceptor.h>
Definition at line 33 of file caching_interceptor.h.
◆ CachingInterceptor()
◆ Intercept()
◆ cached_map_
std::map<std::string, std::string> CachingInterceptor::cached_map_ |
|
private |
◆ context_
◆ response_
std::string CachingInterceptor::response_ |
|
private |
◆ stream_
std::unique_ptr< grpc::ClientReaderWriter<keyvaluestore::Request, keyvaluestore::Response> > CachingInterceptor::stream_ |
|
private |
◆ stub_
std::unique_ptr<keyvaluestore::KeyValueStore::Stub> CachingInterceptor::stub_ |
|
private |
The documentation for this class was generated from the following file: