AbstractBuildCache
, DirectoryBuildCache
, HttpBuildCache
public interface BuildCache
Modifier and Type | Method | Description |
---|---|---|
boolean |
isEnabled() |
Returns whether the build cache is enabled.
|
boolean |
isPush() |
Returns whether a given build can store outputs in the build cache.
|
void |
setEnabled(boolean enabled) |
Sets whether the build cache is enabled.
|
void |
setPush(boolean enabled) |
Sets whether a given build can store outputs in the build cache.
|
boolean isEnabled()
void setEnabled(boolean enabled)
boolean isPush()
void setPush(boolean enabled)