Clear the cache in Eclipse IDE? Howto?

What is the equivalent of “clearing the cache” in a OH3 Development environment, in particular in the Eclipse IDE ?

What is the actual problem you are trying to solve?

No particular blocking problem atm, but as I update the openhab-addons and openhab-distro repos every now and then, I thought it would also be important to “clear the cache” after each update, so I was looking for that operation for the IDE setup case.

The file based cache used by Eclipse are the files in the /target dirs and your local Maven repo. So usually you can get any issues fixed by rebuilding the code.