Wicket resource caching
Whenever you add extensive caching to your wicket resources, this might be awfully useful:
| Java | | copy | | ? |
Application.getResourceSettings().setAddLastModifiedTimeToResourceReferenceUrl(true); |
which exactly does what you can get from the name

