Arrow
Toggle table of contents
2.0.1
androidAndJvm
Platform filter
androidAndJvm
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
ConcurrentMapMemoizationCache
Concurrent
Map
Memoization
Cache
androidAndJvm
value
class
ConcurrentMapMemoizationCache
<
K
,
V
>
(
cache
:
ERROR CLASS: Symbol not found for ConcurrentMap
=
ConcurrentHashMap()
)
:
MemoizationCache
<
K
,
V
>
Members
Constructors
Concurrent
Map
Memoization
Cache
Link copied to clipboard
androidAndJvm
constructor
(
cache
:
ERROR CLASS: Symbol not found for ConcurrentMap
=
ConcurrentHashMap()
)
Functions
get
Link copied to clipboard
androidAndJvm
open
override
fun
get
(
key
:
K
)
:
V
?
set
Link copied to clipboard
androidAndJvm
open
override
fun
set
(
key
:
K
,
value
:
V
)
:
V