Searched refs:Cache (Results 1 – 2 of 2) sorted by relevance
25 pub struct Cache { struct36 impl Drop for Cache { argument43 impl Cache { implementation49 let mut cache = Cache { in new()
11 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