| CacheControl | CacheControl | |||
|---|---|---|---|---|
| skipping to change at line 12 | skipping to change at line 12 | |||
| public interface io.dropwizard.jersey.caching.CacheControl extends java.lan g.annotation.Annotation { | public interface io.dropwizard.jersey.caching.CacheControl extends java.lan g.annotation.Annotation { | |||
| public abstract boolean immutable(); | public abstract boolean immutable(); | |||
| public abstract boolean isPrivate(); | public abstract boolean isPrivate(); | |||
| public abstract boolean noCache(); | public abstract boolean noCache(); | |||
| public abstract boolean noStore(); | public abstract boolean noStore(); | |||
| public abstract boolean noTransform(); | public abstract boolean noTransform(); | |||
| public abstract boolean mustRevalidate(); | public abstract boolean mustRevalidate(); | |||
| public abstract boolean proxyRevalidate(); | public abstract boolean proxyRevalidate(); | |||
| public abstract int maxAge(); | public abstract int maxAge(); | |||
| public abstract java.util.concurrent.TimeUnit maxAgeUnit(); | public abstract java.util.concurrent.TimeUnit maxAgeUnit(); | |||
| public abstract int staleWhileRevalidate(); | ||||
| public abstract java.util.concurrent.TimeUnit staleWhileRevalidateUnit(); | ||||
| public abstract int sharedMaxAge(); | public abstract int sharedMaxAge(); | |||
| public abstract java.util.concurrent.TimeUnit sharedMaxAgeUnit(); | public abstract java.util.concurrent.TimeUnit sharedMaxAgeUnit(); | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||