kenwork
Toggle table of contents
0.5.1
release
Target filter
release
Switch theme
Search in API
Skip to content
kenwork
cache
/
io.github.maniramezan.kenwork.cache
/
TimestampedCache
/
setValue
set
Value
abstract
suspend
fun
setValue
(
value
:
V
,
key
:
CacheKey
,
timestamp
:
Long
)
Stores
value
for
key
stamped with the given epoch-millisecond
timestamp
.