LLM::Cache::Stats
orphans/orphan_bytes are tracked apart from entries/bytes so
entries keeps counting usable cached responses while the reported
footprint can still account for every byte the cache occupies.
Stranded temp files also stay out of oldest/newest, which
describe the age of the usable cache.
Constructors
Instance methods
bytes
clone
Sourcecopy_with(entries _entries = @entries, bytes _bytes = @bytes, oldest _oldest = @oldest, newest _newest = @newest, orphans _orphans = @orphans, orphan_bytes _orphan_bytes = @orphan_bytes)
Sourceentries
newest
oldest
orphan_bytes
orphans