Home
last modified time | relevance | path

Searched refs:on_cache_update_async (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/
H A Dlib.rs125 pub(crate) fn on_cache_update_async(&self, path: impl AsRef<Path>) { in on_cache_update_async() method
127 self.worker.on_cache_update_async(path) in on_cache_update_async()
215 inner.cache.on_cache_update_async(&mod_cache_path); // call on success in get_data_raw()
H A Dtests.rs39 .on_cache_update_async(config_path); in test_cache_init()
H A Dworker.rs101 pub(super) fn on_cache_update_async(&self, path: impl AsRef<Path>) { in on_cache_update_async() method
/wasmtime-44.0.1/crates/cache/src/worker/
H A Dtests.rs275 worker.on_cache_update_async(mod_file.clone()); in test_on_update_fresh_stats_file()
413 worker.on_cache_update_async(mod_with_stats.clone()); in test_on_update_cleanup_limits_trash_locks()
539 worker.on_cache_update_async(nonexistent_mod_file.clone()); in test_on_update_cleanup_lru_policy()
646 worker.on_cache_update_async(nonexistent_mod_file.clone()); in test_on_update_cleanup_future_files()
712 worker.on_cache_update_async(mod_file.clone()); in test_on_update_cleanup_self_lock()