AgentCacheSettings

Agent Cache Settings

Specifies settings which relate specifically to the Buildless Agent, and are used to configure the agent's cache services with Gradle.

Inheritors

Properties

Link copied to clipboard
abstract val enabled: Property<Boolean>

Indicates whether a given cache sub-system should be enabled or disabled (either a local cache or remote cache). If a caching sub-system is "disabled," it is not used at all for the current build.

Functions

Link copied to clipboard
open fun disable()

Shorthand function to disable this cache configuration.

Link copied to clipboard
open fun enable()

Shorthand function to enable this cache configuration.