pub type PbResizeCacheRequest = ResizeCacheRequest;Aliased Type§
pub struct PbResizeCacheRequest {
pub meta_cache_capacity: u64,
pub data_cache_capacity: u64,
pub clear_meta_cache: bool,
pub clear_data_cache: bool,
}Fields§
§meta_cache_capacity: u64Zero means “do not resize”. Cache clearing is controlled independently by the clear_* fields.
data_cache_capacity: u64§clear_meta_cache: bool§clear_data_cache: bool