public interface ArtifactCacheFactory
Modifier and Type | Method and Description |
---|---|
ArtifactCacheFactory |
cloneWith(BuckConfig newConfig) |
ArtifactCache |
localOnlyInstance() |
ArtifactCache |
newInstance() |
ArtifactCache |
remoteOnlyInstance() |
ArtifactCache newInstance()
ArtifactCache remoteOnlyInstance()
ArtifactCache localOnlyInstance()
ArtifactCacheFactory cloneWith(BuckConfig newConfig)