You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Matej Knopp <ma...@gmail.com> on 2007/08/13 21:02:06 UTC

New page store in 1.3

Hi everyone,

I've made DiskPageStore the default page store in 1.3. It seems to
work pretty well and doesn't seem to have any known concurrency issues
(there are some with the former default FilePageStore).

If you experience any problems with it, you can switch back to
FilePageStore overriding WebApplication's newPageStore and returning
new SecondLevelCacheSessionStore(this, new FilePageStore());

-Matej

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org