Wow
Toggle table of contents
5.9.8
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-cocache
/
me.ahoo.wow.cache.source
/
StateCacheSource
State
Cache
Source
interface
StateCacheSource
<
K
,
S
:
Any
,
D
:
Any
>
:
CacheSource
<
K
,
D
>
Inheritors
QueryApiCacheSource
QueryServiceCacheSource
Members
Properties
load
Cache
Source
Configuration
Link copied to clipboard
open
val
loadCacheSourceConfiguration
:
LoadCacheSourceConfiguration
state
To
Cache
Data
Converter
Link copied to clipboard
abstract
val
stateToCacheDataConverter
:
StateToCacheDataConverter
<
S
,
D
>
Functions
load
Cache
Value
Link copied to clipboard
open
override
fun
loadCacheValue
(
key
:
K
)
:
CacheValue
<
D
>
?
load
State
Link copied to clipboard
abstract
fun
loadState
(
key
:
K
)
:
Mono
<
S
>