Class LocalCacheSpec.BindCacheSpec

java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LocalCacheSpec.BindCacheSpec
Enclosing class:
LocalCacheSpec

public abstract static class LocalCacheSpec.BindCacheSpec extends Object
Configuration for an image building cache stored in a bind mount.
Since:
4.2.0
Author:
Scott Frederick, Stephane Nicoll
  • Constructor Details

    • BindCacheSpec

      public BindCacheSpec()
  • Method Details

    • getSource

      @Input public abstract Property<String> getSource()
      Returns the source of the cache.
      Returns:
      the cache source