Skip to main content

PbResizeCacheRequest

Type Alias PbResizeCacheRequest 

Source
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: u64

Zero 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