K
- the type of keyV
- the type of valuepublic interface CacheEntryEventFilter<K,V>
CacheEntryEvent
s prior to being
dispatched to CacheEntryListener
s.
A filter must not create side effects.
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(CacheEntryEvent<? extends K,? extends V> event)
Evaluates specified
CacheEntryEvent . |
boolean evaluate(CacheEntryEvent<? extends K,? extends V> event) throws CacheEntryListenerException
CacheEntryEvent
.event
- the event that occurredCacheEntryListenerException
- if there is problem executing the listenerCopyright © 2014. All Rights Reserved.