|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cache
Method Summary | |
---|---|
void |
clear()
|
CachedResponse |
get(CacheKey key)
|
CachedResponse |
get(java.lang.String uri,
RequestOptions options)
|
CacheKey |
getCacheKey(java.lang.String uri,
RequestOptions options)
|
CacheDisposition |
getDisposition(java.lang.String uri,
RequestOptions options)
|
CachedResponse |
getIfFreshEnough(java.lang.String uri,
RequestOptions options)
|
void |
remove(CacheKey key)
|
void |
remove(java.lang.String uri,
RequestOptions options)
|
ClientResponse |
update(RequestOptions options,
ClientResponse response,
ClientResponse cached_response)
|
Method Detail |
---|
CacheKey getCacheKey(java.lang.String uri, RequestOptions options)
CacheDisposition getDisposition(java.lang.String uri, RequestOptions options)
CachedResponse getIfFreshEnough(java.lang.String uri, RequestOptions options)
CachedResponse get(java.lang.String uri, RequestOptions options)
CachedResponse get(CacheKey key)
void clear()
void remove(java.lang.String uri, RequestOptions options)
void remove(CacheKey key)
ClientResponse update(RequestOptions options, ClientResponse response, ClientResponse cached_response)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |