Package org.infinispan.jcache.embedded
Class JCacheNotifier<K,V>
java.lang.Object
org.infinispan.jcache.AbstractJCacheNotifier<K,V>
org.infinispan.jcache.embedded.JCacheNotifier<K,V>
- All Implemented Interfaces:
Closeable,AutoCloseable
public class JCacheNotifier<K,V>
extends org.infinispan.jcache.AbstractJCacheNotifier<K,V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.jcache.AbstractJCacheNotifier
addListener, addSyncNotificationLatch, close, createFilterIfNeeded, hasSyncCreatedListener, hasSyncRemovedListener, hasSyncUpdatedListener, notifyEntryCreated, notifyEntryExpired, notifyEntryRemoved, notifyEntryUpdated, removeListener, removeSyncNotificationLatch
-
Constructor Details
-
JCacheNotifier
public JCacheNotifier()
-
-
Method Details
-
createListenerAdapter
-