In this discussion about monorepos, an issue about how a monorepo handles build caching with NextJS came up and reinvigorated a question that had popped up into my mind some time ago, but forgot to ask.
Monorepo managers like Nx, Turborepo and Rush all try to cache build outputs, so that CI runs can be more performant. As I understand Dagger, that is also the purpose of its cache.
So, would having both cache schemes "turned on" be doubled effort and thus wasted resources?