gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.caching.configuration
/
AbstractBuildCache
Abstract
Build
Cache
API
abstract
class
AbstractBuildCache
:
BuildCache
(
source
)
Base implementation for build cache service configuration.
Since
3.5
Inheritors
HttpBuildCache
DirectoryBuildCache
Members
Constructors
Abstract
Build
Cache
Link copied to clipboard
API
constructor
(
)
Functions
is
Enabled
Link copied to clipboard
API
open
fun
isEnabled
(
)
:
Boolean
is
Push
Link copied to clipboard
API
open
fun
isPush
(
)
:
Boolean
set
Enabled
Link copied to clipboard
API
open
fun
setEnabled
(
enabled
:
Boolean
)
set
Push
Link copied to clipboard
API
open
fun
setPush
(
push
:
Boolean
)