Infinispan Cache Listeners

From NovaOrdis Knowledge Base
Revision as of 21:23, 26 October 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

Code

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