Uses of Class
org.apache.wicket.request.http.WebResponse.CacheScope
-
Packages that use WebResponse.CacheScope Package Description org.apache.wicket.request.http -
-
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.CacheScopeWebResponse.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 voidWebResponse. enableCaching(Duration duration, WebResponse.CacheScope scope)Make this response cacheable
-