@FunctionalInterface public interface DownloadCacheFactory
DownloadCache
implementations.Modifier and Type | Method and Description |
---|---|
DownloadCache |
create()
Returns a
DownloadCache instance. |
DownloadCache create() throws Exception
DownloadCache
instance. If the instance could not be instantiated (for
example, because a mandatory parameter was missing), then an exception should be thrown.Exception
- if the instance could not be instantiatedCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.