Function resize_cache

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