Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.startup.config
/
love.yinlin.compose.config
/
CacheState
Cache
State
@
Stable
abstract
class
CacheState
:
ConfigState
,
ReadWriteProperty
<
Any
?
,
Long
>
Members
Constructors
Cache
State
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Long
kv
Get
Link copied to clipboard
abstract
fun
kvGet
(
key
:
String
)
:
Long
kv
Set
Link copied to clipboard
abstract
fun
kvSet
(
key
:
String
,
value
:
Long
)
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Long
)