Class QueryStringWithVersionResourceCachingStrategy

java.lang.Object
org.apache.wicket.request.resource.caching.QueryStringWithVersionResourceCachingStrategy
All Implemented Interfaces:
IResourceCachingStrategy

resource caching strategy that adds a version string to the query parameters of the resource (this is similar to how wicket 1.4 does it when enabling timestamps on resources). You should preferably use FilenameWithVersionResourceCachingStrategy since it is more reliable.
Since:
1.5
Author:
Peter Ertl
See Also: