Infinispan Cache Listeners: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Infinispan Concepts =Overview= =Code= <pre> RemoteCache<String,Integer> c = ...; cl = new CacheListenerImpl(); c.addCl...")
 
No edit summary
Line 1: Line 1:
=External=
* http://infinispan.org/docs/8.0.x/user_guide/user_guide.html#_Listeners_and_notifications_section
=Internal=
=Internal=



Revision as of 21:23, 26 October 2016

External

Internal

Overview

Code

RemoteCache<String,Integer> c = ...;
cl = new CacheListenerImpl();
c.addClientListener(cl);