How to clean project cache in Intellij idea like Eclipse's clean?

后端 未结 8 1831
孤街浪徒
孤街浪徒 2020-11-29 22:43

Sometimes the IDE makes some error because of the cache. In Eclipse, we can use clean to solve the problem. But how can I do this in IntelliJ?

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 23:16

    1) File -> Invalide Caches (in IDE IDEA)

    2) Manually, got to C:\Users\\AppData\Local\JetBrains\IntelliJ IDEA \system\caches and delete

    JetBrains: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs

提交回复
热议问题