log.debug( "handleRemove> cacheName=" + cacheName + ", key=" + key );
}
getCacheManager();
Cache cache = ( Cache ) cacheMgr.getCache( cacheName );
// If cluster updates another cluster, then update listeners to that
// cluster.
// Do not communicate with cluster except via server.
// separates the remote from the local. Must run a server to
// cluster, else it can be run inside a local.
// if ( this.irca.getLocalClusterConsistency() && this.irca.getRemoteType() != irca.CLUSTER )
// {
cache.remove( key, cache.REMOTE_INVOKATION );
// }
// else
// {
// cache.remove( key, cache.LOCAL_INVOKATION );
// }