In-memory response cache with TTL expiry.
Uses [DashMap] for lock-free concurrent reads.
Entries are evicted lazily (on read) and eagerly (on clear()).
In-memory response cache with TTL expiry.
Uses [DashMap] for lock-free concurrent reads.
Entries are evicted lazily (on read) and eagerly (on clear()).