On Thu, 20 Apr 2006, Matt Benson <[EMAIL PROTECTED]> wrote:

> Another thought about the factory--it should cache an
> instance of each FileUtils type to minimize object
> creation.  We can either just have it be known that
> FileUtilsAdapter impls should be stateless or have a
> StatelessFileUtilsAdapter interface--if implemented,
> cache, else don't.
> 
> thoughts?

+1 on requiring FileUtilsAdapter to be stateless.

Stefan

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

Reply via email to