krayon
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
krayon
core
/
com.juul.krayon.core.cache
Package-level
declarations
Types
Types
Cache
Link copied to clipboard
@
InternalKrayonApi
interface
Cache
<
K
,
V
>
Infinite
Cache
Link copied to clipboard
@
InternalKrayonApi
class
InfiniteCache
<
K
,
V
>
:
Cache
<
K
,
V
>
Lru
Cache
Link copied to clipboard
@
InternalKrayonApi
class
LruCache
<
K
,
V
>
(
capacity
:
Int
)
:
Cache
<
K
,
V
>