pub type WasmBuildCacheMaintenance = ArtifactCacheMaintenance;Expand description
Wasm-cache compatibility name for generic nonfatal cache maintenance.
Aliased Type§
pub enum WasmBuildCacheMaintenance {
Pruned(ArtifactCachePruneReport),
PruneFailed {
message: String,
},
}Variants§
Pruned(ArtifactCachePruneReport)
Configured retention completed under the cache lock.
PruneFailed
Configured retention failed after the requested artifacts were ready.