Uses of Class
org.apache.wicket.request.http.WebResponse.CacheScope
-
Packages that use WebResponse.CacheScope Package Description org.apache.wicket.request.http org.apache.wicket.request.resource -
-
Uses of WebResponse.CacheScope in org.apache.wicket.request.http
Methods in org.apache.wicket.request.http that return WebResponse.CacheScope Modifier and Type Method Description static WebResponse.CacheScope
WebResponse.CacheScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebResponse.CacheScope[]
WebResponse.CacheScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.request.http with parameters of type WebResponse.CacheScope Modifier and Type Method Description void
WebResponse. enableCaching(Duration duration, WebResponse.CacheScope scope)
Make this response cacheable -
Uses of WebResponse.CacheScope in org.apache.wicket.request.resource
Methods in org.apache.wicket.request.resource that return WebResponse.CacheScope Modifier and Type Method Description WebResponse.CacheScope
AbstractResource.ResourceResponse. getCacheScope()
returns what kind of caches are allowed to cache the resource responseMethods in org.apache.wicket.request.resource with parameters of type WebResponse.CacheScope Modifier and Type Method Description AbstractResource.ResourceResponse
AbstractResource.ResourceResponse. setCacheScope(WebResponse.CacheScope scope)
controls what kind of caches are allowed to cache the response
-