Function deno_cache::get_cache

source ยท
pub fn get_cache<CA>(state: &Rc<RefCell<OpState>>) -> Result<CA, AnyError>
where CA: Cache,