Update
lmcoursier.definitions.CachePolicy.Update
case object Update extends CachePolicy
Pick local files, download the missing ones, check for updates and download those if any.
Follows the TTL parameter (assumes no update is needed if the last one is recent enough).
Unlike UpdateChanging
, all found local files are checked for updates, not just the changing ones.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
Update.type
Members list
In this article