开发者

Wicket invalidate cached pages

开发者 https://www.devze.com 2023-03-21 04:24 出处:网络
I\'m make a custom resource loader whic开发者_JAVA技巧h loads resource properties from database. Those properties can be changed by some user of the application but changes doesn\'t affect because all

I'm make a custom resource loader whic开发者_JAVA技巧h loads resource properties from database. Those properties can be changed by some user of the application but changes doesn't affect because all the pages are cached in that locale so I need to make them invalid. If you have any suggestion about direction where to start looking.


See org.apache.wicket.settings.IMarkupSettings.getMarkupCache(), org.apache.wicket.markup.IMarkupCache.removeMarkup(String).

0

精彩评论

暂无评论...
验证码 换一张
取 消