DataSource Extensions
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util.store
/
StoreReader
Store
Reader
interface
StoreReader
<
K
:
Any
,
V
:
Any
>
(
source
)
Read half of the store SPI.
Inheritors
Store
Members
Functions
load
Link copied to clipboard
abstract
fun
load
(
key
:
K
)
:
Versioned
<
V
>
?