toggle menu
configcat-kotlin-client
4.1.0
apple
switch theme
search in API
configcat-kotlin-client
/
com.configcat
/
UserDefaultsCache
User
Defaults
Cache
apple
class
UserDefaultsCache
:
ConfigCache
(
source
)
ConfigCache
implementation that uses NSUserDefaults as persistent storage.
Members
Constructors
User
Defaults
Cache
Link copied to clipboard
apple
constructor
(
)
Functions
read
Link copied to clipboard
apple
open
suspend override
fun
read
(
key
:
String
)
:
String
?
write
Link copied to clipboard
apple
open
suspend override
fun
write
(
key
:
String
,
value
:
String
)