Home
last modified time | relevance | path

Searched defs:CacheConfig (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/
H A Dconfig.rs26 pub struct CacheConfig { struct
27 directory: Option<PathBuf>,
33 worker_event_queue_size: u64,
38 baseline_compression_level: i32,
43 optimized_compression_level: i32,
49 optimized_compression_usage_counter_threshold: u64,
55 cleanup_interval: Duration,
61 optimizing_compression_task_timeout: Duration,
67 allowed_clock_drift_for_files_from_future: Duration,
94 impl Default for CacheConfig { argument
[all …]
H A Dworker.rs544 cache_config: &CacheConfig, in list_cache_contents()
/wasmtime-44.0.1/crates/cache/src/config/
H A Dtests.rs99 fn check_conf(conf: &CacheConfig, cd: &PathBuf) { in test_all_settings()
536 fn check_conf(conf: &CacheConfig, cd: &PathBuf) { in test_builder_all_settings()