Re: svn commit: r232952 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/image/ImageCache.java src/java/org/apache/fop/image/ImageFactory.java test/java/org/apache/fop/URIResolutionTestCase.java

2005-08-16 Thread J.Pietschmann

[EMAIL PROTECTED] wrote:

Add a method to clear all image caches for testing purposes. It
shouldn't be necessary anymore to call such a method in a production
environment or we have a problem with the image cache.


It depends how fine grained cache control should be.
If I format a lot of reports with company and division
logos in the headers, I'd probably like to keep them
in the cache across different rendering runs.
But this can be left for later fine tuning.

J.Pietschmann



Re: svn commit: r232952 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/image/ImageCache.java src/java/org/apache/fop/image/ImageFactory.java test/java/org/apache/fop/URIResolutionTestCase.java

2005-08-16 Thread Jeremias Maerki
That already happens!

On 16.08.2005 23:16:44 J.Pietschmann wrote:
 [EMAIL PROTECTED] wrote:
  Add a method to clear all image caches for testing purposes. It
  shouldn't be necessary anymore to call such a method in a production
  environment or we have a problem with the image cache.
 
 It depends how fine grained cache control should be.
 If I format a lot of reports with company and division
 logos in the headers, I'd probably like to keep them
 in the cache across different rendering runs.
 But this can be left for later fine tuning.
 
 J.Pietschmann



Jeremias Maerki