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