clearCache method

void clearCache()

Clears the palette cache.

Implementation

void clearCache() {
  _cachedPalettes.clear();
}