Esempio n. 1
0
  /**
   * Clean up outdated cache items.
   *
   * @param topVer Actual topology version, older versions will be removed.
   */
  public void cleanUpCache(long topVer) {
    assert !cctx.isLocal();

    aff.cleanUpCache(topVer);
  }