UserDefaultsCache

class UserDefaultsCache : ConfigCache(source)

ConfigCache implementation that uses NSUserDefaults as persistent storage.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun read(key: String): String?
Link copied to clipboard
open suspend override fun write(key: String, value: String)