You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Matt Pavlovich <ma...@gmail.com> on 2016/04/05 20:53:29 UTC

Correct way to clear disk cache and session data?

Ahead of performing an upgrade, we would like to clear all sessions and 
disk cache to avoid any serialization issues with new version of code.

Googling around, I find a number of different approaches, but haven't 
seen anything consistent or definitive.

Is there an API built into Wicket to perform this task?

Is deleting the files on-disk too heavy-handed?

Thanks,
Matt

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


Re: Correct way to clear disk cache and session data?

Posted by Matt Pavlovich <ma...@gmail.com>.
Thanks!

On 4/6/16 12:42 AM, Martin Grigorov wrote:
> Hi,
>
> On Apr 5, 2016 9:53 PM, "Matt Pavlovich" <ma...@gmail.com> wrote:
>> Ahead of performing an upgrade, we would like to clear all sessions and
> disk cache to avoid any serialization issues with new version of code.
>> Googling around, I find a number of different approaches, but haven't
> seen anything consistent or definitive.
>> Is there an API built into Wicket to perform this task?
> No.
>
>> Is deleting the files on-disk too heavy-handed?
> It should be fine.
>
>> Thanks,
>> Matt
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>


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


Re: Correct way to clear disk cache and session data?

Posted by Martin Grigorov <ma...@gmail.com>.
Hi,

On Apr 5, 2016 9:53 PM, "Matt Pavlovich" <ma...@gmail.com> wrote:
>
> Ahead of performing an upgrade, we would like to clear all sessions and
disk cache to avoid any serialization issues with new version of code.
>
> Googling around, I find a number of different approaches, but haven't
seen anything consistent or definitive.
>
> Is there an API built into Wicket to perform this task?

No.

>
> Is deleting the files on-disk too heavy-handed?

It should be fine.

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