toggle menu
kvcache
androidJvm
switch theme
search in API
kvcache
/
com.king.kvcache
/
KVCachePropertyInt
KVCache
Property
Int
class
KVCachePropertyInt
(
key
:
String
?
,
defaultValue
:
Int
)
:
ReadWriteProperty
<
Any
,
Int
>
属性委托
Int
Members
Constructors
KVCache
Property
Int
Link copied to clipboard
constructor
(
key
:
String
?
,
defaultValue
:
Int
)
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
)
:
Int
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
,
property
:
KProperty
<
*
>
,
value
:
Int
)