clearCache method

void clearCache()

Clears all robot data, including any cached robot configuration token.

Implementation

void clearCache() {
  _resetCache();
}