public class ExtendedCacheControl
extends javax.ws.rs.core.CacheControl
CacheControl
for some reason.http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1
Modifier and Type | Field and Description |
---|---|
private boolean |
_public |
Constructor and Description |
---|
ExtendedCacheControl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isPublic() |
void |
setPublic(boolean _public) |
getCacheExtension, getMaxAge, getNoCacheFields, getPrivateFields, getSMaxAge, isMustRevalidate, isNoCache, isNoStore, isNoTransform, isPrivate, isProxyRevalidate, setMaxAge, setMustRevalidate, setNoCache, setNoStore, setNoTransform, setPrivate, setProxyRevalidate, setSMaxAge, toString, valueOf