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