clear method

void clear()

Clear all subscribers from the cache.

Implementation

void clear() {
  this._listeners.clear();
}