@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 ServerCache
public ServerCache.Entry add(String uri, MediaType mediaType, CacheControl cc, MultivaluedMap<String,Object> headers, byte[] entity, String etag)
add
in interface ServerCache
public void remove(String key)
remove
in interface ServerCache
public void clear()
clear
in interface ServerCache
Copyright © 2013. All Rights Reserved.