toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.utils
/
LRUCacheConfig
LRUCache
Config
interface
LRUCacheConfig
<
String
,
V
>
Members
Properties
capacity
Link copied to clipboard
abstract
val
capacity
:
Int
on
Remove
Link copied to clipboard
abstract
val
onRemove
:
(
key
:
String
,
value
:
V
)
->
Unit
?
ttl
Link copied to clipboard
abstract
val
ttl
:
Long