/** {@inheritDoc} */
  @Override
  protected void preparePaintComponent(final Request request) {
    super.preparePaintComponent(request);

    if (Cache.getCache().get(DATA_KEY) != null) {
      poller.disablePoll();
    }
  }