"Henning P. Schmiedehausen" <[EMAIL PROTECTED]> writes:

> I don't _need_ this. I just consider a
> 
> CachedObject co = new CachedObject(myObject, FOREVER);
> 
> more easy to understand than
> 
> RefreshableCachedObject rco = new RefreshableCachedObject(myObject).setTTL(-1);

+1 on this change, much more readable.  Die magic numbers, die.

Dan

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

Reply via email to