> Is it possible to expire the page cache with JMX? Or even better, expire > individual pages from the cache with JMX?
You can clear the markup cache. See ApplicationMBean#clearMarkupCache (mx Application/ApplicationSettings). You can't do it for individual markup files, and tbh I don't think it would be that useful. You'd first have to find a way to conveniently selected from hundreds to thousands of markup files. Eelco ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
