in src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java [134:155]
public CacheControllerImpl(
MavenProjectHelper projectHelper,
RepositorySystem repoSystem,
ArtifactHandlerManager artifactHandlerManager,
XmlService xmlService,
LocalCacheRepository localCache,
RemoteCacheRepository remoteCache,
CacheConfig cacheConfig,
ProjectInputCalculator projectInputCalculator,
RestoredArtifactHandler restoreArtifactHandler,
LifecyclePhasesHelper lifecyclePhasesHelper,
MavenSession session) {
this.projectHelper = projectHelper;
this.localCache = localCache;
this.remoteCache = remoteCache;
this.cacheConfig = cacheConfig;
this.artifactHandlerManager = artifactHandlerManager;
this.xmlService = xmlService;
this.lifecyclePhasesHelper = lifecyclePhasesHelper;
this.projectInputCalculator = projectInputCalculator;
this.restoreArtifactHandler = restoreArtifactHandler;
}