Package org.infinispan.jcache
Class AbstractJCacheListenerAdapter<K,V>
java.lang.Object
org.infinispan.jcache.AbstractJCacheListenerAdapter<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AbstractJCache<K, V> protected final AbstractJCacheNotifier<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionAbstractJCacheListenerAdapter(AbstractJCache<K, V> jcache, AbstractJCacheNotifier<K, V> notifier) -
Method Summary
-
Field Details
-
jcache
-
notifier
-
-
Constructor Details
-
AbstractJCacheListenerAdapter
public AbstractJCacheListenerAdapter(AbstractJCache<K, V> jcache, AbstractJCacheNotifier<K, V> notifier)
-