public class URLCache extends Object
| Constructor and Description |
|---|
URLCache(int cacheTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheUrl(String url,
boolean forceRenew)
Caches a url.
|
void |
clearCache() |
String |
getFromCache(String url) |
public void cacheUrl(String url, boolean forceRenew)
public String getFromCache(String url) throws InterruptedException
InterruptedExceptionpublic void clearCache()
Copyright © 2015. All rights reserved.