How to clean a specific project's cache

已回答

I'm working in a large enterprises, so I must take part in many project (a prime large project and many short-term project).

Their cache and index file store in the same folder togother. I'm troubled about how to clean cache and index file of these short-term project, but keep the cache of the large project because rebuilding cache and index of large project need so long time.

'File -> Invalidata Caches/Restarts' will clean cache of all project.

Putting cache of project together is a so bad design. Is there some workaround to clean cache of some project but retain others?

 

 

.

6

Cache is global and it's not possible to clean it for a specific project.

Related requests:

https://youtrack.jetbrains.com/issue/IDEABKL-6746
https://youtrack.jetbrains.com/issue/IDEABKL-6505

1
Avatar
Permanently deleted user

I have caches file of pycharm. it is becoming bigger and size when I add new python package

C:\Users\hafez\AppData\Local\JetBrains\PyCharm2020.1\caches

 

can I delete it ?

would you tell how I clean clean pycharm ?

0

File | Invalidate Caches | Invalidate and Restart.

-4

请先登录再写评论。