I want to implement gradle dependency cache that will be shared by multiple docker containers. I went through the gradle docs. It talks about building readonly cache. It stated that there are locks being used and multiple writes to the same cache could cause issues.
We still need to write new dependencies to the cache. Can someone please suggest what is the best route to go?