Class RemoteCacheRepositoryProvider

java.lang.Object
org.apache.maven.buildcache.RemoteCacheRepositoryProvider
All Implemented Interfaces:
javax.inject.Provider<RemoteCacheRepository>

@Singleton @Named("#factory#") @Priority(10) public class RemoteCacheRepositoryProvider extends Object implements javax.inject.Provider<RemoteCacheRepository>
Remote cache repository.
  • Constructor Details

    • RemoteCacheRepositoryProvider

      @Inject public RemoteCacheRepositoryProvider(CacheConfig config, org.codehaus.plexus.PlexusContainer container) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
      Throws:
      org.codehaus.plexus.component.repository.exception.ComponentLookupException
  • Method Details