clear method

void clear()

Clear all subscribers from the cache.

Implementation

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