Navigation :
config.proto
Package: envoy.extensions.cache.grpc.v2
Types:
GrpcCacheConfig
[#proto-status: experimental]
"service": .solo.io.envoy.config.core.v3.GrpcService
"timeout": .google.protobuf.Duration
"maxPayloadSize": int
Field |
Type |
Description |
service |
.solo.io.envoy.config.core.v3.GrpcService |
A GRPC service: this maps exactly to envoy GRPC service defintions. |
timeout |
.google.protobuf.Duration |
Connection timeout for retrieval from cache. |
maxPayloadSize |
int |
Max payload size to cache. This may be set to protect against large requests or responses by not caching them. |