Did you ever try making it so getflaticon doesn't cache your images? (But yes appearances -> icons is still one of my most supported feature requests!)
getFlatIcon doesn't cache anything. There are things that use it that cache it's result for obvious reasons, but the proc itself does not cache anything. (in part because there is no meaningful key we could use for the cache, you'd have to basically check every overlay to figure out if something is the same)
Well perhaps that's not how your implementation works, but the base getflaticon library has that behavior. It uses a string hash based on all the components going into it.
Page: 1 2