resetCache method

void resetCache()

Clears the cached gas coin; the next build re-selects gas from the client.

Implementation

void resetCache() {
  _cachedGasCoin = null;
}