kmp-kvs-storage
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-kvs-storage
kvs-core
/
com.santimattius.kvs.internal.ttl
/
TtlManager
Ttl
Manager
class
TtlManager
(
val
defaultTtl
:
Duration
?
=
null
,
clock
:
Clock
=
Clock.System
)
Members
Constructors
Ttl
Manager
Link copied to clipboard
constructor
(
defaultTtl
:
Duration
?
=
null
,
clock
:
Clock
=
Clock.System
)
Properties
default
Ttl
Link copied to clipboard
val
defaultTtl
:
Duration
?
Functions
calculate
Expiration
Link copied to clipboard
fun
calculateExpiration
(
ttl
:
Duration
?
)
:
Long
?
is
Expired
Link copied to clipboard
fun
isExpired
(
expiresAt
:
Long
?
)
:
Boolean