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 ;)

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>