* @throws Exception
*/
public void testUpdate_RemoveOnPut()
throws Exception
{
IRemoteCacheAttributes irca = new RemoteCacheAttributes();
irca.setRemoveUponRemotePut( true );
ICompositeCacheManager cacheMgr = new CompositeCacheManagerMockImpl();
RemoteCacheListener listener = new RemoteCacheListener( irca, cacheMgr );
String cacheName = "testName";
String key = "key";