LLM::Cache::DeleteOutcome
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). orphans counts
reclaimed temp files separately so "removed N entries" keeps meaning
N real cached responses.
Constructors
Instance methods
clone
Sourcecopy_with(deleted _deleted = @deleted, failed _failed = @failed, orphans _orphans = @orphans)
Sourcedeleted
failed
orphans
total
Source