JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.api.cache
Cleanup
Contents
Description
Field Summary
Field Details
ALWAYS
DEFAULT
DISABLED
Hide sidebar
Show sidebar
Interface Cleanup
@Incubating
public interface
Cleanup
Configures cache cleanup settings that apply to all caches.
Since:
8.0
Field Summary
Fields
Modifier and Type
Field
Description
static final
Cleanup
ALWAYS
Perform cache cleanup after every build session.
static final
Cleanup
DEFAULT
Perform cache cleanup periodically (default is only once every 24 hours).
static final
Cleanup
DISABLED
Never perform cache cleanup.
Field Details
ALWAYS
static final
Cleanup
ALWAYS
Perform cache cleanup after every build session.
Since:
8.0
DEFAULT
static final
Cleanup
DEFAULT
Perform cache cleanup periodically (default is only once every 24 hours).
Since:
8.0
DISABLED
static final
Cleanup
DISABLED
Never perform cache cleanup.
Since:
8.0