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
/
LayeredCache
/
LayeredCache
Layered
Cache
constructor
(
memory
:
Cache
<
V
>
,
persistent
:
Cache
<
V
>
?
=
null
)
Parameters
memory
the fast, volatile layer.
persistent
the durable layer, or
null
for a memory-only cache.