configcat-kotlin-client
Toggle table of contents
4.2.0
apple
Platform filter
apple
Switch theme
Search in API
configcat-kotlin-client
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
)