| Package | Description |
|---|---|
| org.apache.wicket.request.http |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2017 Apache Software Foundation. All rights reserved.