Search code examples
intellij-ideacachingide

Invalidate and restart for a single project in IntelliJ


I would like to invalidate caches and restart only for a single project, with multiple opened. Is it possible?


Solution

  • Seems not possible:

    This is not possible with the current architecture; caches are not per-project (for example, if you have a library that is used in multiple projects, it will be indexed only once and those indices will be used by all projects)