Home
last modified time | relevance | path

Searched refs: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 { implementation
49 let mut cache = Cache { in new()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs11 cache::Cache,
365 .set_cache(Cache::new(app_name.clone(), stream_name.clone(), gop_num)) in publish_to_channels()
439 pub cache: Mutex<Option<Cache>>,
449 pub async fn set_cache(&self, cache: Cache) { in set_cache() argument