API 文档 | BuildCacheConfiguration |
---|
用于整个 Gradle 构建的构建缓存的配置。
void
local
(Action
<? super DirectoryBuildCache
>
configuration)
Action
<? super DirectoryBuildCache
>针对本地配置执行给定的操作。
使用给定类型配置远程缓存。
如果远程构建缓存已配置为其他类型,则此方法会替换它。
如果远程构建缓存已配置为相同类型,则此方法会配置它。
默认情况下,远程构建缓存中的存储(“推送”)处于禁用状态。
void
remote
(Action
<? super BuildCache
>
configuration)
Action
<? super BuildCache
>针对当前配置的远程缓存执行给定的操作。