Infinispan Cache Listeners

From NovaOrdis Knowledge Base
Revision as of 21:16, 26 October 2016 by Ovidiu (talk | contribs) (Created page with "=Internal= * Infinispan Concepts =Overview= =Code= <pre> RemoteCache<String,Integer> c = ...; cl = new CacheListenerImpl(); c.addCl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Code

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