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