Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CachePolicy.type
Members list
Type members
Classlikes
Pick local files, download the missing ones.
Pick local files, download the missing ones.
No updates are checked for files already downloaded.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
FetchMissing.type
(Re-)download all files.
(Re-)download all files.
Erases files already in cache.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ForceDownload.type
Only pick local files, possibly from the cache. Don't try to download anything.
Only pick local files, possibly from the cache. Don't try to download anything.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
LocalOnly.type
Only pick local files, possibly from the cache. Don't return changing artifacts (whose last check is) older than TTL
Only pick local files, possibly from the cache. Don't return changing artifacts (whose last check is) older than TTL
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
LocalOnlyIfValid.type
Only pick local files, check if any update is available for them, and download these if needed.
Only pick local files, check if any update is available for them, 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).
Unlike LocalUpdateChanging
, all found local files are checked for updates, not just the changing ones.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
LocalUpdate.type
Only pick local files. If one of these local files corresponds to a changing artifact, check for updates, and download these if needed.
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
LocalUpdateChanging.type
Pick local files, download the missing ones, check for updates and download those if any.
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
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Update.type
Pick local files, and download the missing ones.
Pick local files, and download the missing ones.
For changing 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).
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass CachePolicytrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
UpdateChanging.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror