@Deprecated public class SimpleServerCache extends Object implements ServerCache
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleServerCache.CacheEntry
Deprecated.
|
ServerCache.Entry| Constructor and Description |
|---|
SimpleServerCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCache.Entry |
add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag)
Deprecated.
|
void |
clear()
Deprecated.
|
ServerCache.Entry |
get(String uri,
MediaType accept)
Deprecated.
|
void |
remove(String key)
Deprecated.
|
public ServerCache.Entry get(String uri, MediaType accept)
get in interface ServerCachepublic ServerCache.Entry add(String uri, MediaType mediaType, CacheControl cc, MultivaluedMap<String,Object> headers, byte[] entity, String etag)
add in interface ServerCachepublic void remove(String key)
remove in interface ServerCachepublic void clear()
clear in interface ServerCacheCopyright © 2013. All Rights Reserved.