Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
This fixture demonstrates configuring cache profiles.
ExpensiveModule referenced by name in the profile.TaggedModule tagged with cacheable and matched via the tag:cacheable query in the profile.NonCacheableModule to validate best-effort replacement: it depends on ExpensiveModule, allowing you to observe replacements affecting dependencies.You can exercise this fixture by warming the cache:
tuist cacheThen generate the project using the configured profile:
# Use the default "development" profile (only-external + selected internals)
tuist generate
# Replace as many as possible (internals too), excluding focused targets
tuist generate --cache-profile all-possible
# No binary replacement at all
tuist generate --cache-profile none