Package org.gradle.api.cache
Interface Cleanup
Configures cache cleanup settings that apply to all caches.
- Since:
- 8.0
-
Field Summary
-
Field Details
-
ALWAYS
Perform cache cleanup after every build session. -
DEFAULT
Perform cache cleanup periodically (default is only once every 24 hours). -
DISABLED
Never perform cache cleanup.
-