/**
  * Returns an array of processed tables.
  * @return array
  */
 public static function resolveProcessedTables()
 {
     // this is only used by tests
     return ProcessedTableCache::resolveProcessedTableNames(static::CACHE_KEY);
 }
 public static function resolveProcessedTableNames()
 {
     return ProcessedTableCache::resolveProcessedTableNames(static::CACHE_KEY);
 }