getCleanCache() — spring-boot Function Reference
Architecture documentation for the getCleanCache() function in BootBuildImage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3fb5e68a_f8f6_51d7_090c_93661f0f853d["getCleanCache()"] b8a0ae88_f49a_e969_70ba_01e8e52e746b["BootBuildImage()"] b8a0ae88_f49a_e969_70ba_01e8e52e746b -->|calls| 3fb5e68a_f8f6_51d7_090c_93661f0f853d 44bdad37_cd41_021a_4a76_b2999cac6a5a["customize()"] 44bdad37_cd41_021a_4a76_b2999cac6a5a -->|calls| 3fb5e68a_f8f6_51d7_090c_93661f0f853d style 3fb5e68a_f8f6_51d7_090c_93661f0f853d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 202–204
@Input
@Option(option = "cleanCache", description = "Clean caches before packaging")
public abstract Property<Boolean> getCleanCache();
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getCleanCache() do?
getCleanCache() is a function in the spring-boot codebase.
What calls getCleanCache()?
getCleanCache() is called by 2 function(s): BootBuildImage, customize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free