/**
  * Adds a list of cache directive IDs for the given table name. Asynchronously refreshes the table
  * metadata once all cache directives complete.
  */
 public void watchCacheDirs(List<Long> dirIds, TTableName tblName) {
   tableLoadingMgr_.watchCacheDirs(dirIds, tblName);
 }