ExLLM.Infrastructure.Cache.Stats (ex_llm v0.8.1)
View SourceCache statistics.
Summary
Types
@type t() :: %ExLLM.Infrastructure.Cache.Stats{ errors: non_neg_integer(), evictions: non_neg_integer(), hits: non_neg_integer(), misses: non_neg_integer() }