clearScaleCache method

void clearScaleCache()

Clears the cache.

Implementation

void clearScaleCache() {
  _scaleCache.clear();
}