cache: add grpc read-only response caching
This commit is contained in:
@@ -55,6 +55,8 @@ pub struct GrpcTarget {
|
||||
pub package: String,
|
||||
pub service: String,
|
||||
pub method: String,
|
||||
#[serde(default)]
|
||||
pub read_only: bool,
|
||||
pub descriptor_ref: DescriptorId,
|
||||
pub descriptor_set_b64: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user