TimestampedCache
A Cache that lets callers supply an explicit timestamp when writing, so values promoted between cache layers can keep their original age. Mirrors SwiftyNetwork's TimestampedCache.
Inheritors
Functions
Link copied to clipboard
A hot stream of CacheChanges for this cache. The default is an empty flow, so caches that cannot observe mutations are simply non-reactive; observable caches override this.
Link copied to clipboard
Removes any value stored for key.