Uses of Enum Class
org.apache.wicket.request.http.WebResponse.CacheScope
-
Uses of WebResponse.CacheScope in org.apache.wicket.request.http
Modifier and TypeMethodDescriptionstatic WebResponse.CacheScope
Returns the enum constant of this class with the specified name.static WebResponse.CacheScope[]
WebResponse.CacheScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WebResponse.enableCaching
(Duration duration, WebResponse.CacheScope scope) Make this response cacheable -
Uses of WebResponse.CacheScope in org.apache.wicket.request.resource
Modifier and TypeMethodDescriptionAbstractResource.ResourceResponse.getCacheScope()
returns what kind of caches are allowed to cache the resource responseModifier and TypeMethodDescriptionAbstractResource.ResourceResponse.setCacheScope
(WebResponse.CacheScope scope) controls what kind of caches are allowed to cache the response