Thank you Emmanuel.

On Apr 6, 2005 5:41 PM, Emmanuel Bourg <[EMAIL PROTECTED]> wrote:
> Soaring Eagle wrote:
> 
> > Thanks Emmanuel. But how does commons cache this timestamp? If it is a
> > singleton, how does commons ensure that the instance is always in
> > memory? For example, such a time interval could be set to many days
> > (concievably). How do ensure that the instance is not garbage
> > collected before the interval arrives?
> 
> A ReloadingStrategy is assigned to the FileConfiguration, and the
> ReloadingStrategy keeps the timestamp. So as long as you keep a
> reference to your configuration, it will not be garbage collected.
> 
> Emmanuel Bourg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to