public List<IndexItem> getCachedIndexFiles() {
   return indexFiles != null ? indexFiles.getIndexFiles() : null;
 }