Github user martin-g commented on a diff in the pull request:
https://github.com/apache/wicket/pull/73#discussion_r12797692
--- Diff:
wicket-core/src/main/java/org/apache/wicket/request/resource/caching/IResourceCachingStrategy.java
---
@@ -71,4 +71,10 @@
* @param response
*/
void decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource);
+
+ /**
+ * Clears any stateful information
+ */
+ void clearCache();
--- End diff --
This addition of a new method to a public interface makes this change
applicable only to Wicket 7.x.
I see the PR is actually against `master`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---