|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UrlFailureCache
Cache for requested URLs that cannot be fetched.
Method Summary | |
---|---|
void |
cacheFailure(java.lang.String url)
Store a URL in the cache as failed. |
boolean |
hasFailedBefore(java.lang.String url)
Test if a specified URL has failed before. |
Method Detail |
---|
void cacheFailure(java.lang.String url)
url
- the url to store.boolean hasFailedBefore(java.lang.String url)
url
- the URL to test.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |