toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
LRUCache
/
LRUCache
LRUCache
constructor
(
maxSize
:
Int
=
Int.MAX_VALUE
,
maxMemory
:
Long
=
Long.MAX_VALUE
,
atLeastOne
:
Boolean
=
true
,
getElementMemory
:
(
V
)
->
Int
=
{ 1 }
)