ktale
Toggle table of contents
2025.12.17.1626
jvm
Platform filter
jvm
Switch theme
Search in API
ktale
ktale-core
/
ktale.core.config
/
InMemoryConfigTextStore
In
Memory
Config
Text
Store
class
InMemoryConfigTextStore
:
ConfigTextStore
Simple in-memory config storage used for tests and fake platforms.
Members
Constructors
In
Memory
Config
Text
Store
Link copied to clipboard
constructor
(
)
Functions
read
Link copied to clipboard
open
override
fun
read
(
id
:
String
)
:
String
?
write
Link copied to clipboard
open
override
fun
write
(
id
:
String
,
text
:
String
)