19081909191019111912191319141915191619171918
rs.open(); if( sendProgressEvents ) { event.dispatch(); } rs.deleteRecord( node.getRecordId().intValue() ); // CacheManager.getInstance( CACHE_ZONE ).remove( // getRecordCacheKey( node.getRecordId().intValue() ) // ); } catch( RSException e )
268269270271272273274275276277278
else if( directory.containsKey( key ) ) { cache.remove( key ); st = Store.get( rsName, 1 ); st.open( true ); st.deleteRecord( ((Integer) directory.get( key ) ).intValue() ); directory.remove( key ); saveDirectory(); } } catch( Exception e )