Uses of Class
org.springframework.boot.gradle.tasks.bundling.CacheSpec.VolumeCacheSpec
Packages that use CacheSpec.VolumeCacheSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of CacheSpec.VolumeCacheSpec in org.springframework.boot.gradle.tasks.bundling
Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type CacheSpec.VolumeCacheSpecModifier and TypeMethodDescriptionvoid
CacheSpec.volume
(Action<CacheSpec.VolumeCacheSpec> action) Configures a volume cache using the givenaction
.