Uses of Class
org.apache.wicket.request.http.WebResponse.CacheScope

Packages that use WebResponse.CacheScope
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
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're declared.
 

Methods in org.apache.wicket.request.http with parameters of type WebResponse.CacheScope
 void WebResponse.enableCaching(Duration duration, WebResponse.CacheScope scope)
          Make this response cacheable

when trying to enable caching for web pages check this out: WICKET-4357

 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.