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