An in-process cache with time-based expiration and a bounded size using
least-recently-used eviction. Entries expire expireAfter milliseconds
after insertion; reading an entry refreshes its recency for eviction
purposes but does not extend its lifetime.
An in-process cache with time-based expiration and a bounded size using least-recently-used eviction. Entries expire
expireAftermilliseconds after insertion; reading an entry refreshes its recency for eviction purposes but does not extend its lifetime.