Class CacheSpec.VolumeCacheSpec

java.lang.Object
org.springframework.boot.gradle.tasks.bundling.CacheSpec.VolumeCacheSpec
Enclosing class:
CacheSpec

public static class CacheSpec.VolumeCacheSpec extends Object
Configuration for an image building cache stored in a Docker volume.
  • Constructor Details

    • VolumeCacheSpec

      public VolumeCacheSpec()
  • Method Details

    • getName

      @Input public String getName()
      Returns the name of the cache.
      Returns:
      the cache name
    • setName

      public void setName(String name)
      Sets the name of the cache.
      Parameters:
      name - the cache name