pub type RpcWithCachingClient<C> = CachingClient<C, RpcClient<C>>;
Type of RPC client with caching support.
struct RpcWithCachingClient<C> { /* private fields */ }