DEFAULT_CACHE_SIZE

const val DEFAULT_CACHE_SIZE: Int = 6

The default number of results retained by the PaletteState and DominantColorState caches.

Pass 0 as the cacheSize of any state function to disable caching entirely.