[EMAIL PROTECTED] wrote:
>stephan 2002/08/21 08:35:47
>
> Modified: src/scratchpad/src/org/apache/cocoon/generation
> SourceDescriptionGenerator.java
> Log:
> Reduce Source lookup's.
>
...
> public class SourceDescriptionGenerator extends ComposerGenerator
> - implements CacheableProcessingComponent{
> + implements CacheableProcessingComponent, Recyclable {
>
...
> + /** Traversed source for the keys and validities */
> + private Hashtable cachedsources = null;
>
Stephan,
You will end up with one or *more* *pools* of *hashtables*. Are you sure
you want to cache this way?
Vadim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]