PersistentCache
Marker interface for caches backed by durable storage (disk, database). Mirrors SwiftyNetwork's PersistentCache.
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.