Uses of Class
com.helger.http.cache.CacheControlBuilder
Packages that use CacheControlBuilder
-
Uses of CacheControlBuilder in com.helger.http.cache
Methods in com.helger.http.cache that return CacheControlBuilderModifier and TypeMethodDescriptionCacheControlBuilder.addExtension(String sExtension) CacheControlBuilder.getClone()Set the maximum age relative to the request timeCacheControlBuilder.setMaxAgeDays(long nDays) Set the maximum age in days relative to the request timeCacheControlBuilder.setMaxAgeHours(long nHours) Set the maximum age in hours relative to the request timeCacheControlBuilder.setMaxAgeMinutes(long nMinutes) Set the maximum age in minutes relative to the request timeCacheControlBuilder.setMaxAgeSeconds(long nSeconds) Set the maximum age in seconds relative to the request time.CacheControlBuilder.setMustRevalidate(boolean bMustRevalidate) Set the must-revalidate value.CacheControlBuilder.setNoCache(boolean bNoCache) Set the no-cache value.CacheControlBuilder.setNoStore(boolean bNoStore) Set the no-store value.CacheControlBuilder.setNoTransform(boolean bNoTransform) Set the no-transform value.CacheControlBuilder.setPrivate(boolean bPrivate) Set the private value. allows caches that are specific to one user (e.g., in a browser) to store the response; shared caches (e.g., in a proxy) may not.CacheControlBuilder.setProxyRevalidate(boolean bProxyRevalidate) Set the proxy-revalidate value.CacheControlBuilder.setPublic(boolean bPublic) Set the public value. marks authenticated responses as cacheable; normally, if HTTP authentication is required, responses are automatically private.CacheControlBuilder.setSharedMaxAge(TimeUnit eTimeUnit, long nDuration) Set the maximum age for shared caches relative to the request time.CacheControlBuilder.setSharedMaxAgeDays(long nDays) Set the maximum age for shared caches in days relative to the request time.CacheControlBuilder.setSharedMaxAgeHours(long nHours) Set the maximum age for shared caches in hours relative to the request time.CacheControlBuilder.setSharedMaxAgeMinutes(long nMinutes) Set the maximum age for shared caches in minutes relative to the request time.CacheControlBuilder.setSharedMaxAgeSeconds(long nSeconds) Set the maximum age for shared caches in seconds relative to the request time.Constructors in com.helger.http.cache with parameters of type CacheControlBuilder