Selekt
Toggle table of contents
0.30.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Selekt
selekt-java
/
com.bloomberg.selekt.cache
Package-level
declarations
Types
Types
Lru
Cache
Link copied to clipboard
@
NotThreadSafe
class
LruCache
<
T
:
Any
>
(
maxSize
:
Int
,
disposal
:
(
T
)
->
Unit
)