Navigation :
cache.proto
Package : envoy.service.cache.v2
Top
cache.proto
Table of Contents
CacheGetRequest
Field |
Type |
Label |
Description |
key |
string |
|
|
CacheGetResponse
Field |
Type |
Label |
Description |
value |
string |
|
|
CacheSetRequest
Field |
Type |
Label |
Description |
key |
string |
|
|
value |
string |
|
|
CacheSetResponse
CacheService