* which clears the renderedPageCache
*/
protected void initVolantis() {
Volantis volantis = ApplicationInternals.getVolantisBean(application);
// allow the cache to be flushed from the volantis bean.
volantis.setRenderedPageCacheManager(new CacheManager() {
public void flushCache() {
renderedPageCache.clear();
}
});
}