Function deno_cache::get_cache

source ·
pub fn get_cache<CA>(state: &Rc<RefCell<OpState>>) -> Result<CA, AnyError>where
    CA: Cache + 'static,