@Override public RefreshLoadedJobCacheResponseProto refreshLoadedJobCache( RpcController controller, RefreshLoadedJobCacheRequestProto request) throws ServiceException { try { impl.refreshLoadedJobCache(); } catch (IOException e) { throw new ServiceException(e); } return VOID_REFRESH_LOADED_JOB_CACHE_RESPONSE; }