All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coursier.CachePolicy.scala Maven / Gradle / Ivy

The newest version!
package coursier

sealed abstract class CachePolicy extends Product with Serializable

object CachePolicy {
  case object LocalOnly extends CachePolicy
  case object UpdateChanging extends CachePolicy
  case object Update extends CachePolicy
  case object FetchMissing extends CachePolicy
  case object ForceDownload extends CachePolicy
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy