How can I clear my project cache

Overview

Caches cannot be cleared. In some cases such as when you've updated language or build management tool versions, you may need a fresh cache.

 

Resolution: 

In place of deleting your cache, you can generate a new cache by updating the cache key. 

 

Updating the cache key on save and restore steps in your .circleci/config.yml file will generate new sets of caches from that point onwards

 

If you create a new cache by incrementing the cache version, the “older” cache is still stored. It is important to be aware that you are creating an additional cache. This method will increase your storage usage. As a general best practice, you should review what is currently being cached and reduce your storage usage as much as possible.

 

Additional Resources: 

Was this article helpful?
1 out of 20 found this helpful

Comments

0 comments

Please sign in to leave a comment.