clearWebOptimizationCaches static method

void clearWebOptimizationCaches()

Clear caches - useful for memory management

Implementation

static void clearWebOptimizationCaches() {
  _pathCache.clear();
  _paintCache.clear();
}