JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.infinispan.api.sync.events.cache
SyncCacheEntryUpdatedListener
Contents
Description
Method Summary
Method Details
onUpdate(CacheEntryEvent)
Hide sidebar
Show sidebar
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)