Lines Matching defs:Cache

13     pub type Cache;  typedef
21 pub fn add_with_request(this: &Cache, request: &Request) -> ::js_sys::Promise; in add_with_request()
28 pub fn add_with_str(this: &Cache, request: &str) -> ::js_sys::Promise; in add_with_str()
36 this: &Cache, in add_all_with_request_sequence()
46 this: &Cache, in add_all_with_str_sequence()
56 pub fn delete_with_request(this: &Cache, request: &Request) -> ::js_sys::Promise; in delete_with_request()
63 pub fn delete_with_str(this: &Cache, request: &str) -> ::js_sys::Promise; in delete_with_str()
72 this: &Cache, in delete_with_request_and_options()
84 this: &Cache, in delete_with_str_and_options()
102 pub fn keys_with_request(this: &Cache, request: &Request) -> ::js_sys::Promise; in keys_with_request()
109 pub fn keys_with_str(this: &Cache, request: &str) -> ::js_sys::Promise; in keys_with_str()
118 this: &Cache, in keys_with_request_and_options()
130 this: &Cache, in keys_with_str_and_options()
141 pub fn match_with_request(this: &Cache, request: &Request) -> ::js_sys::Promise; in match_with_request()
148 pub fn match_with_str(this: &Cache, request: &str) -> ::js_sys::Promise; in match_with_str()
157 this: &Cache, in match_with_request_and_options()
169 this: &Cache, in match_with_str_and_options()
187 pub fn match_all_with_request(this: &Cache, request: &Request) -> ::js_sys::Promise; in match_all_with_request()
194 pub fn match_all_with_str(this: &Cache, request: &str) -> ::js_sys::Promise; in match_all_with_str()
203 this: &Cache, in match_all_with_request_and_options()
215 this: &Cache, in match_all_with_str_and_options()
227 this: &Cache, in put_with_request()
238 pub fn put_with_str(this: &Cache, request: &str, response: &Response) -> ::js_sys::Promise; in put_with_str()