K - the type of keyV - the type of valuepublic interface CacheEntryEventFilter<K,V>
CacheEntryEvents prior to being
 dispatched to CacheEntryListeners.
 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.