struct
LLM::Cache::DeleteOutcome
- LLM::Cache::DeleteOutcome
- Struct
- Value
- Object
Overview
Returned by bulk mutations so callers can surface both successful deletes and per-file failures (the prior shape returned just an Int32, hiding partial failures behind a single number that the caller would print as if everything succeeded).
Defined in:
llm/cache.crConstructors
Instance Method Summary
- #clone
- #copy_with(deleted _deleted = @deleted, failed _failed = @failed)
- #deleted : Int32
- #failed : Int32
- #total