ksmt-core
0.5.23
ksmt-core
/
io.ksmt.cache
/
CacheRemoveHandler
Cache
Remove
Handler
interface
CacheRemoveHandler
<
K
,
V
>
The onRemove event handler in
AstCache
.
See
AstCache.registerOnDeleteHandler
.
Functions
Functions
on
Remove
Link copied to clipboard
abstract
fun
onRemove
(
key
:
K
?
,
value
:
V
)