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