object TemporaryInMemoryRepository
Copied over from https://github.com/coursier/sbt-coursier. Should probably be removed in the future, when (and if) the source lands in coursier itself.
- Companion:
- class
Value members
Concrete methods
def apply(fallbacks: Map[(Module, String), (URL, Boolean)], localArtifactsShouldBeCached: Boolean): TemporaryInMemoryRepository
def apply[F[_]](fallbacks: Map[(Module, String), (URL, Boolean)], cache: FileCache[F]): TemporaryInMemoryRepository
def exists(url: URL, localArtifactsShouldBeCached: Boolean, cacheOpt: Option[FileCache[Nothing]]): Boolean