pub async fn resize_cache( context: &CtlContext, meta_cache_capacity: Option<u64>, data_cache_capacity: Option<u64>, clear_meta_cache: bool, clear_data_cache: bool, ) -> Result<()>