JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.infinispan.api.sync.events.cache
SyncCacheEntryRemovedListener
Contents
Description
Method Summary
Method Details
onRemove(CacheEntryEvent)
Hide sidebar
Show sidebar
Interface SyncCacheEntryRemovedListener<
K
,
V
>
All Superinterfaces:
SyncCacheEntryListener
<K,
V>
public interface
SyncCacheEntryRemovedListener<K,
V>
extends
SyncCacheEntryListener
<K,
V>
Since:
14.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onRemove
(
CacheEntryEvent
<
K
,
V
> event)
Method Details
onRemove
void
onRemove
(
CacheEntryEvent
<
K
,
V
> event)