cleanCache method

void cleanCache()

Clears the cached vision polygon shapes.

Implementation

void cleanCache() {
  _polygonCache.clear();
}