Package | Description |
---|---|
org.apache.flink.tests.util.cache |
Modifier and Type | Class and Description |
---|---|
class |
LolCache
DownloadCache implementation that does not cache anything. |
class |
PersistingDownloadCache
DownloadCache implementation that caches downloaded files in a configured directory. |
class |
TravisDownloadCache
Travis-specific
DownloadCache implementation that caches downloaded files in a configured
directory. |
Modifier and Type | Method and Description |
---|---|
DownloadCache |
TravisDownloadCacheFactory.create() |
DownloadCache |
DownloadCacheFactory.create()
Returns a
DownloadCache instance. |
DownloadCache |
LolCacheFactory.create() |
DownloadCache |
PersistingDownloadCacheFactory.create() |
static DownloadCache |
DownloadCache.get()
Returns the configured DownloadCache implementation, or a
LolCache if none is
configured. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.