krayon
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
krayon
core
/
com.juul.krayon.core.cache
/
InfiniteCache
Infinite
Cache
@
InternalKrayonApi
class
InfiniteCache
<
K
,
V
>
:
Cache
<
K
,
V
>
Members
Constructors
Infinite
Cache
Link copied to clipboard
constructor
(
)
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
K
)
:
V
?
get
Or
Put
Link copied to clipboard
open
override
fun
getOrPut
(
key
:
K
,
defaultValue
:
(
)
->
V
)
:
V
set
Link copied to clipboard
open
operator override
fun
set
(
key
:
K
,
value
:
V
)