Uses of Class
javax.cache.event.CacheEntryListenerException
-
Packages that use CacheEntryListenerException Package Description javax.cache.event org.wso2.carbon.caching.impl.clustering -
-
Uses of CacheEntryListenerException in javax.cache.event
Methods in javax.cache.event that throw CacheEntryListenerException Modifier and Type Method Description voidCacheEntryCreatedListener. entryCreated(CacheEntryEvent<? extends K,? extends V> event)Called after the entry has been created (put into the cache where no previous mapping existed).voidCacheEntryExpiredListener. entryExpired(CacheEntryEvent<? extends K,? extends V> entry)Called after the entry has expired and has thus been removed from the Cache.voidCacheEntryReadListener. entryRead(CacheEntryEvent<? extends K,? extends V> event)Called after the entry has been read.voidCacheEntryRemovedListener. entryRemoved(CacheEntryEvent<? extends K,? extends V> event)Called after the entry has been removed.voidCacheEntryUpdatedListener. entryUpdated(CacheEntryEvent<? extends K,? extends V> event)todo change this to have two args: the old value and the new value Called after the entry has been updated (put into the cache where a previous mapping existed). -
Uses of CacheEntryListenerException in org.wso2.carbon.caching.impl.clustering
Methods in org.wso2.carbon.caching.impl.clustering that throw CacheEntryListenerException Modifier and Type Method Description voidClusterCacheInvalidationRequestSender. entryCreated(CacheEntryEvent event)voidClusterCacheInvalidationRequestSender. entryRemoved(CacheEntryEvent event)voidClusterCacheInvalidationRequestSender. entryUpdated(CacheEntryEvent event)
-