427428429430431432433434435436437
c = (ICache) caches.get( name ); } if ( c != null ) { this.removeRemoteCacheListener( name ); c.dispose(); } } /** * Gets the stats attribute of the RemoteCacheManager object
149150151152153154155156157158159
if ( cache != null ) { try { cache.dispose(); } catch ( Exception e ) { log.error( "Failure disposing cache: " + cacheName, e ); }
193194195196197198199200201202203
if ( cache != null ) { try { cache.dispose(); } catch ( Exception e ) { log.error( "Failure disposing cache: " + cache.getCacheName(), e ); }