Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtmp/src/cache/
H A Dmod.rs25 pub struct Cache { struct
36 impl Drop for Cache { argument
43 impl Cache { impl
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs449 pub async fn set_cache(&self, cache: Cache) { in set_cache()