Module wasmer_wasix::runtime::module_cache::fallback
source · Structs§
FallbackCache
is a combinator for theModuleCache
trait that enables the chaining of two caching strategies together, typically viaModuleCache::with_fallback()
.