LocalUpdateChanging
lmcoursier.definitions.CachePolicy.LocalUpdateChanging
case object LocalUpdateChanging extends CachePolicy
Only pick local files. If one of these local files corresponds to a changing artifact, check for updates, and download these if needed.
If no local file is found, don't try download it. Updates are only checked for files already in cache.
Follows the TTL parameter (assumes no update is needed if the last one is recent enough).
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
LocalUpdateChanging.type
Members list
In this article