gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.caching.local
/
DirectoryBuildCache
Directory
Build
Cache
API
abstract
class
DirectoryBuildCache
:
AbstractBuildCache
(
source
)
Configuration object for the local directory build cache.
Since
3.5
Members
Constructors
Directory
Build
Cache
Link copied to clipboard
API
constructor
(
)
Properties
directory
Link copied to clipboard
API
@get:
Nullable
open
var
directory
:
Any
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
)