#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include "caching_interceptor.h"
#include <grpcpp/grpcpp.h>
#include "keyvaluestore.grpc.pb.h"
Go to the source code of this file.
Classes | |
class | KeyValueStoreClient |
Functions | |
int | main (int argc, char **argv) |
Definition at line 77 of file examples/cpp/keyvaluestore/client.cc.