107310741075107610771078107910801081
throws CacheException, IOException { CacheElement ce = ( CacheElement ) get( key ); if ( ce == null ) { throw new ObjectNotFoundException( "key " + key + " is not found" ); } return ce.getElementAttributes(); }
969970971972973974975976977
116511661167116811691170117111721173
throws CacheException, IOException { CacheElement ce = (CacheElement) get( key ); if ( ce == null ) { throw new ObjectNotFoundException( "key " + key + " is not found" ); } return ce.getElementAttributes(); }