Cache improvements ideas #3871
GeertvanHorrik
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@GeertvanHorrik We did some improvements to the caching with #3881 for next release of Cake which should solve your issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experimenting with the new cache feature and so far it's working out really well. We use this to cache since we run the same script in several stages, and each time compilation can take up to 45 seconds so really happy with these improvements.
To share the cache between repositories, there are 2 possibilities:
I think implementing 2 could benefit others as well (and happy to help out here). The only downside I see is that there is no "clean-up" of the cache. But in such case, cake could always clean up files older than say 1 month to keep the cache fairly clean.
Beta Was this translation helpful? Give feedback.
All reactions