pub trait CacheMethods<D>where
D: DomTypes,{
// Required method
fn Keys(
&self,
cx: &mut JSContext,
request: Option<RequestOrUSVString<D>>,
options: &CacheQueryOptions,
) -> Rc<<D as DomTypes>::Promise>;
}