public class StaticCache extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
StaticCache.CacheElement |
| Constructor and Description |
|---|
StaticCache() |
| Modifier and Type | Method and Description |
|---|---|
StaticCache.CacheElement |
getFromCacheOrFetch(String url,
Supplier<Collection<Repository>> fetchRepositories,
Function<Collection<Repository>,List<DownloadItem>> fetchAllDownloadItems) |
public StaticCache.CacheElement getFromCacheOrFetch(String url, Supplier<Collection<Repository>> fetchRepositories, Function<Collection<Repository>,List<DownloadItem>> fetchAllDownloadItems)
Copyright © 2019 Codedoers.com. All rights reserved.