reset method

void reset()

Resets the cached state and throttling parameters.

Implementation

void reset() {
  _cachedResult = null;
  _lastFetchLocation = null;
  _lastFetchTime = null;
  _lastOgcFid = null;
  _isFetching = false;
}