MCPcopy Create free account
hub / github.com/buildpacks/pack / BindCache

Struct BindCache

pkg/cache/bind_cache.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type BindCache struct {
9 docker DockerClient
10 bind string
11}
12
13func NewBindCache(cacheType CacheInfo, dockerClient DockerClient) *BindCache {
14 return &BindCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected