invalidate method

void invalidate()

Invalidate query (mark as stale)

Implementation

void invalidate() {
  _lastFetchTime = null;
  update();
}