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