ExLLM.Cache.Stats (ex_llm v0.5.0)

View Source

Cache statistics.

Summary

Types

t()

@type t() :: %ExLLM.Cache.Stats{
  errors: non_neg_integer(),
  evictions: non_neg_integer(),
  hits: non_neg_integer(),
  misses: non_neg_integer()
}