cask
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
cask
cask
/
net.ririfa.cask
/
EvictionStrategy
Eviction
Strategy
fun
interface
EvictionStrategy
<
K
,
V
>
Members
Functions
should
Evict
Link copied to clipboard
abstract
fun
shouldEvict
(
cache
:
Map
<
K
,
V
>
,
key
:
K
,
entry
:
V
)
:
Boolean