invalidateCache method

void invalidateCache()

Forces cache refresh on next fetch.

Implementation

void invalidateCache() {
  _lastCacheTime = null;
}