Skip to main content

WasmBuildCacheMaintenance

Type Alias WasmBuildCacheMaintenance 

Source
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.

Fields

§message: String

Cache error rendered without invalidating the successful acquisition.