entry

open suspend override fun entry(key: CacheKey): CacheEntry<E>?

Atomically returns the entity and its timestamp for key, or null if absent.

The default composes read and timestamp and is not atomic; sources backed by a concurrency-safe store should override it.