Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
MemoizationCache
Memoization
Cache
interface
MemoizationCache
<
K
,
V
>
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