Skip to main content

PbClearFileCacheRequest

Type Alias PbClearFileCacheRequest 

Source
pub type PbClearFileCacheRequest = ClearFileCacheRequest;

Aliased Type§

pub struct PbClearFileCacheRequest {
    pub clear_meta_cache: bool,
    pub clear_data_cache: bool,
}

Fields§

§clear_meta_cache: bool§clear_data_cache: bool