public interface ServerCache
Modifier and Type | Interface and Description |
---|---|
static interface |
ServerCache.Entry |
Modifier and Type | Method and Description |
---|---|
ServerCache.Entry |
add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag) |
void |
clear() |
ServerCache.Entry |
get(String uri,
MediaType accept) |
void |
remove(String uri) |
ServerCache.Entry add(String uri, MediaType mediaType, CacheControl cc, MultivaluedMap<String,Object> headers, byte[] entity, String etag)
ServerCache.Entry get(String uri, MediaType accept)
void remove(String uri)
void clear()
Copyright © 2014. All Rights Reserved.