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

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

 

Uses of WebResponse.CacheScope in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource that return WebResponse.CacheScope
 WebResponse.CacheScope AbstractResource.ResourceResponse.getCacheScope()
          returns what kind of caches are allowed to cache the resource response

resources are only cached at all if caching is enabled by setting a cache duration.

 

Methods in org.apache.wicket.request.resource with parameters of type WebResponse.CacheScope
 void AbstractResource.ResourceResponse.setCacheScope(WebResponse.CacheScope scope)
          controls what kind of caches are allowed to cache the response

resources are only cached at all if caching is enabled by setting a cache duration.

 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.