Beaver. MLIR. CompilationCache. File
(beaver v0.4.8)
Copy Markdown
Filesystem backend for incremental compilation artifacts.
Entries are written through a temporary file and atomically renamed. Reads use safe Erlang term decoding; malformed entries are reported to the runtime, which invalidates them and recompiles.
Summary
Types
@type t() :: %Beaver.MLIR.CompilationCache.File{root: Path.t()}