Uses of Class
org.springframework.boot.gradle.tasks.bundling.CacheSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of CacheSpec in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeMethodDescriptionBootBuildImage.getBuildCache()
Returns the build cache that will be used when building the image.BootBuildImage.getLaunchCache()
Returns the launch cache that will be used when building the image.Modifier and TypeMethodDescriptionvoid
BootBuildImage.buildCache
(org.gradle.api.Action<CacheSpec> action) Customizes theCacheSpec
for the build cache using the givenaction
.void
BootBuildImage.launchCache
(org.gradle.api.Action<CacheSpec> action) Customizes theCacheSpec
for the launch cache using the givenaction
.