public class ExtendedCacheControl extends CacheControl
CacheControl for some reason.http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1| Constructor and Description |
|---|
ExtendedCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares object argument to this cache control to see if they are the same
considering all property values.
|
int |
hashCode()
Generate hash code from cache control properties.
|
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, valueOfpublic boolean isPublic()
public void setPublic(boolean _public)
public int hashCode()
CacheControlhashCode in class CacheControlpublic boolean equals(Object obj)
CacheControlequals in class CacheControlobj - the object to compare toCopyright © 2013. All Rights Reserved.