Package org.apache.flink.tests.util.cache
-
Interface Summary Interface Description DownloadCache ADownloadCache
allows tests to download a files and/or directories and optionally caches them.DownloadCacheFactory A factory forDownloadCache
implementations. -
Class Summary Class Description LolCache DownloadCache
implementation that does not cache anything.LolCacheFactory ADownloadCacheFactory
for theLolCache
.PersistingDownloadCache DownloadCache
implementation that caches downloaded files in a configured directory.PersistingDownloadCacheFactory ADownloadCacheFactory
for thePersistingDownloadCache
.TravisDownloadCache Travis-specificDownloadCache
implementation that caches downloaded files in a configured directory.TravisDownloadCacheFactory ADownloadCacheFactory
for theTravisDownloadCache
.