Searched defs:CacheStore (Results 1 – 5 of 5) sorted by relevance
96 _cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation()
144 cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation()
123 cache_store: Option<Arc<dyn CacheStore>>, in new()
79 pub trait CacheStore: Send + Sync + std::fmt::Debug { trait
407 cache_store: Arc<dyn CacheStore>, in enable_incremental_compilation()