(dirType PkgCacheDirType)
| 53 | // source repos and built artifacts so repeat builds skip clone and compile. |
| 54 | type PkgCacheConfig interface { |
| 55 | GetDir(dirType PkgCacheDirType) string |
| 56 | IsWritable() bool |
| 57 | GetCacheArtifacts() bool |
| 58 | GetCacheDownloads() bool |
no outgoing calls