clear method

  1. @visibleForTesting
void clear()

Implementation

@visibleForTesting
void clear() {
  _expirations.clear();
  _inner.clear();
}