toggle menu
compose-imageLoader
1.7.0
common
js
switch theme
search in API
image-loader
/
com.seiko.imageloader.util
/
LruCache
Lru
Cache
common
js
expect
open
class
LruCache
<
K
:
Any
,
V
:
Any
>
(
maxSize
:
Int
)
actual
open
class
LruCache
<
K
:
Any
,
V
:
Any
>
(
maxSize
:
Int
)
Members
Constructors
Lru
Cache
Link copied to clipboard
common
js
expect
constructor
(
maxSize
:
Int
)
actual
constructor
(
maxSize
:
Int
)
Functions
evict
All
Link copied to clipboard
common
js
expect
fun
evictAll
(
)
actual
fun
evictAll
(
)
get
Link copied to clipboard
common
js
expect
operator
fun
get
(
key
:
K
)
:
V
?
actual
operator
fun
get
(
key
:
K
)
:
V
?
max
Size
Link copied to clipboard
common
js
expect
fun
maxSize
(
)
:
Int
actual
fun
maxSize
(
)
:
Int
put
Link copied to clipboard
common
js
expect
fun
put
(
key
:
K
,
value
:
V
)
:
V
?
actual
fun
put
(
key
:
K
,
value
:
V
)
:
V
?
remove
Link copied to clipboard
common
js
expect
fun
remove
(
key
:
K
)
:
V
?
actual
fun
remove
(
key
:
K
)
:
V
?
resize
Link copied to clipboard
js
open
fun
resize
(
maxSize
:
Int
)
size
Link copied to clipboard
common
js
expect
fun
size
(
)
:
Int
actual
fun
size
(
)
:
Int
snapshot
Link copied to clipboard
common
js
expect
fun
snapshot
(
)
:
MutableMap
<
K
,
V
>
actual
fun
snapshot
(
)
:
MutableMap
<
K
,
V
>
trim
To
Size
Link copied to clipboard
js
open
fun
trimToSize
(
maxSize
:
Int
)