Back to Tuist

Cache {#cache}

server/priv/docs/en/guides/features/cache.md

4.191.81.4 KB
Original Source

Cache {#cache}

Build artifacts are not shared across environments, forcing you to rebuild the same code over and over. Tuist's caching feature shares artifacts remotely so your team and CI get faster builds without rebuilding what has already been built.

Pick the caching solution that matches your build system:

<HomeCards> <HomeCard icon="" title="Module cache" details="Cache individual modules as binaries for projects using Tuist's generated projects. Requires Tuist project generation." linkText="Set up module cache" link="/guides/features/cache/module-cache"/> <HomeCard icon="" title="Xcode cache" details="Share Xcode compilation artifacts across environments. Works with any Xcode project, no project generation required." linkText="Set up Xcode cache" link="/guides/features/cache/xcode-cache"/> <HomeCard icon="" title="Gradle cache" details="Share Gradle build cache artifacts remotely. Includes build insights for performance visibility." linkText="Set up Gradle cache" link="/guides/features/cache/gradle-cache"/> </HomeCards>