cache-on-hand
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache-on-hand
cacheonhand
/
io.github.notoriouscorgi.cacheonhand
/
OnHandCache
/
setMaybeWithTtl
set
Maybe
With
Ttl
suspend
fun
setMaybeWithTtl
(
key
:
CacheableInput
,
value
:
Any
?
,
ttl
:
Duration
?
=
null
)
Convenience: write with optional TTL. Delegates to
set
or
setWithTtl
.