112011211122112311241125112611271128
throws CacheException, IOException { CacheElement ce = ( CacheElement ) getCacheElement( key ); if ( ce == null ) { throw new ObjectNotFoundException( "key " + key + " is not found" ); } return ce.getElementAttributes(); }
105410551056105710581059106010611062