Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.cache
/
CacheConfigurations
/
getMarkingStrategy
get
Marking
Strategy
API
abstract
fun
getMarkingStrategy
(
)
:
Property
<
MarkingStrategy
>
(
source
)
Configures how caches should be marked, if at all.
By default, caches are marked using
CACHEDIR_TAG
.