public final class PersistingDownloadCacheFactory extends Object implements DownloadCacheFactory
DownloadCacheFactory
for the PersistingDownloadCache
.Constructor and Description |
---|
PersistingDownloadCacheFactory() |
Modifier and Type | Method and Description |
---|---|
DownloadCache |
create()
Returns a
DownloadCache instance. |
public DownloadCache create()
DownloadCacheFactory
DownloadCache
instance. If the instance could not be instantiated (for
example, because a mandatory parameter was missing), then an exception should be thrown.create
in interface DownloadCacheFactory
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.