@Override
 @Nullable
 public int[] getBackwardIds(@NotNull VirtualFileWithId file) {
   if (!isUpToDate()) return null;
   int fileId = getAbsId((VirtualFile) file);
   return storage.get(fileId);
 }