toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.infra.prepare
/
DefaultPreparedValue
Default
Prepared
Value
data
class
DefaultPreparedValue
<
V
>
(
val
value
:
V
,
val
ttlAt
:
Long
=
TTL_FOREVER
)
:
PreparedValue
<
V
>
Members
Constructors
Default
Prepared
Value
Link copied to clipboard
constructor
(
value
:
V
,
ttlAt
:
Long
=
TTL_FOREVER
)
Properties
is
Expired
Link copied to clipboard
open
val
isExpired
:
Boolean
is
Forever
Link copied to clipboard
open
val
isForever
:
Boolean
ttl
At
Link copied to clipboard
open
override
val
ttlAt
:
Long
unit :
java.time.temporal.ChronoUnit.MILLIS
value
Link copied to clipboard
open
override
val
value
:
V