K - the type of keys maintained by the associated cacheV - the type of values maintained by the associated cachepublic interface CacheEntryEventFilter<K,V>
CacheEntryEvents prior to being
dispatched to CacheEntryListeners.| 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 © 2013. All Rights Reserved.