Uses of Class
org.springframework.boot.gradle.tasks.bundling.CacheSpec
Packages that use CacheSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of CacheSpec in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return CacheSpecModifier and TypeMethodDescriptionBootBuildImage.getBuildCache()
Returns the build cache that will be used when building the image.BootBuildImage.getBuildWorkspace()
Returns the build temporary workspace that will be used when building the image.BootBuildImage.getLaunchCache()
Returns the launch cache that will be used when building the image.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type CacheSpecModifier and TypeMethodDescriptionvoid
BootBuildImage.buildCache
(Action<CacheSpec> action) Customizes theCacheSpec
for the build cache using the givenaction
.void
BootBuildImage.buildWorkspace
(Action<CacheSpec> action) Customizes theCacheSpec
for the build temporary workspace using the givenaction
.void
BootBuildImage.launchCache
(Action<CacheSpec> action) Customizes theCacheSpec
for the launch cache using the givenaction
.