244245246247248249250251252
* * @return The cache value */ public ICache getCache( String cacheName ) { IRemoteCacheAttributes ca = ( IRemoteCacheAttributes ) irca.copy(); ca.setCacheName( cacheName ); return getCache( ca ); }
219220221222223224225226227