184185186187188189190191192193194
log.debug( "puts = " + puts ); } } CompositeCache cache = cacheMgr.getCache( irca.getCacheName() ); cache.localUpdate( cb ); } /** Description of the Method */ public void handleRemove( String cacheName, Serializable key )
277278279280281282283284285286287
if ( log.isDebugEnabled() ) { log.debug( "not updating clusters **************************************" ); } c.localUpdate( item ); } else { if ( log.isDebugEnabled() ) {
9293949596979899100101102
CompositeCache cache = ( CompositeCache ) cacheMgr.getCache( hashtableName ); try { // need to set as from lateral cache.localUpdate( item ); } catch ( Exception e ) { // Ignored -- log it? }
201202203204205206207208209210211
} getCacheManager(); CompositeCache cache = cacheMgr.getCache( cb.getCacheName() ); cache.localUpdate( cb ); } return; }
136137138139140141142143144145146
} } getCacheManager(); CompositeCache cache = cacheMgr.getCache( irca.getCacheName() ); cache.localUpdate( cb ); } } else
250251252253254255256257258259260
{ log.error( "Received a serialized version of a class that we don't know about.", e ); } } cache.localUpdate( cb ); } return; }
112113114115116117118119120121122
CompositeCache cache = (CompositeCache) cacheMgr.getCache( hashtableName ); try { // need to set as from lateral cache.localUpdate( item ); } catch ( Exception e ) { log.error( "Problem putting item in cache " + item, e ); }
330331332333334335336337338339340
if ( log.isDebugEnabled() ) { log.debug( "Put FROM cluster, NOT updating other auxiliaries for region. " + " requesterId [" + requesterId + "]" ); } c.localUpdate( item ); } else { if ( log.isDebugEnabled() ) {