Webcom Android API
/
com.orange.webcom.utils
/
CachingFactory
Caching
Factory
class
CachingFactory
<in
K
, out
V
>(make: (
K
) ->
V
)
Content copied to clipboard
Functions
Properties
Functions
get
Link copied to clipboard
operator fun
get
(key:
K
):
V
Content copied to clipboard
get
Or
Set
Link copied to clipboard
fun
getOrSet
(key:
K
, valueFactory: () ->
@
UnsafeVariance
V
):
V
Content copied to clipboard
Properties
cache
Link copied to clipboard
val
cache
:
HashMap
<
K
,
V
>
Content copied to clipboard