@Override
  public void close() {
    super.close();

    // Respect close and empty the cache.
    cache.invalidateAll();
  }