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 difference)

Revision as of 21:16, 26 October 2016

Internal

Overview

Code

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