136137138139140141142143144
* * @return The cache value */ public AuxiliaryCache getCache( String cacheName ) { HSQLCacheAttributes cattr = ( HSQLCacheAttributes ) defaultCattr.copy(); cattr.setCacheName( cacheName ); return getCache( cattr ); }