public interface CacheItem
| Modifier and Type | Method and Description |
|---|---|
int |
getAge(HTTPRequest request) |
org.joda.time.DateTime |
getCachedTime() |
HTTPResponse |
getResponse() |
int |
getTTL() |
boolean |
isStale(HTTPRequest request) |
int getTTL()
boolean isStale(HTTPRequest request)
int getAge(HTTPRequest request)
org.joda.time.DateTime getCachedTime()
HTTPResponse getResponse()
Copyright © 2008-2013. All Rights Reserved.