toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-core
/
arrow.core
/
MemoizationCache
Memoization
Cache
interface
MemoizationCache
<
K
,
V
>
(
source
)
Inheritors
AtomicMemoizationCache
ConcurrentMapMemoizationCache
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
key
:
K
)
:
V
?
set
Link copied to clipboard
abstract
fun
set
(
key
:
K
,
value
:
V
)
:
V