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