Interface | Description |
---|---|
DownloadCache |
A
DownloadCache allows tests to download a files and/or directories and optionally caches them. |
DownloadCacheFactory |
A factory for
DownloadCache implementations. |
Class | Description |
---|---|
LolCache |
DownloadCache implementation that does not cache anything. |
LolCacheFactory |
A
DownloadCacheFactory for the LolCache . |
PersistingDownloadCache |
DownloadCache implementation that caches downloaded files in a configured directory. |
PersistingDownloadCacheFactory |
A
DownloadCacheFactory for the PersistingDownloadCache . |
TravisDownloadCache |
Travis-specific
DownloadCache implementation that caches downloaded files in a configured directory. |
TravisDownloadCacheFactory |
A
DownloadCacheFactory for the TravisDownloadCache . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.