类 CacheSpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.CacheSpec
Configuration for an image building cache.
- 从以下版本开始:
- 2.6.0
- 作者:
- Scott Frederick
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Configuration for an image building cache stored in a bind mount.static class
Configuration for an image building cache stored in a Docker volume. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.boot.buildpack.platform.build.Cache
asCache()
void
bind
(Action<CacheSpec.BindCacheSpec> action) Configures a bind cache using the givenaction
.void
volume
(Action<CacheSpec.VolumeCacheSpec> action) Configures a volume cache using the givenaction
.
-
构造器详细资料
-
CacheSpec
-
-
方法详细资料
-
asCache
public org.springframework.boot.buildpack.platform.build.Cache asCache() -
volume
Configures a volume cache using the givenaction
.- 参数:
action
- the action
-
bind
Configures a bind cache using the givenaction
.- 参数:
action
- the action
-