Eviction
class Eviction(val scope: String, val prompt: String, val entryId: String, val cause: EvictionCause) : CacheEvent
An entry left the store, either evicted for capacity/memory or dropped past its TTL.
An entry left the store, either evicted for capacity/memory or dropped past its TTL.