Author: jeremias
Date: Tue Oct 21 03:13:27 2008
New Revision: 706570
URL: http://svn.apache.org/viewvc?rev=706570&view=rev
Log:
Reluctantly added a note about how to clear the image cache.
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.95/graphics.xml
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/graphics.xml
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.95/graphics.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.95/graphics.xml?rev=706570&r1=706569&r2=706570&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.95/graphics.xml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.95/graphics.xml Tue
Oct 21 03:13:27 2008
@@ -554,10 +554,14 @@
changing dummy parameter on the URI to avoid caching.
</p>
<p>
- The image cache has been improved considerably in the redesigned code.
Therefore, a
- resetCache() method like in earlier versions of FOP has become
unnecessary. If you
+ The image cache has been improved considerably in the redesigned code.
Therefore,
+ resetting the image cache should be a thing of the past. If you
still experience OutOfMemoryErrors, please notify us.
</p>
+ <p>
+ If all else fails, the image cache can be cleared like this:
+ <code>fopFactory.getImageManager().getCache().clearCache();</code>
+ </p>
</section>
</body>
</document>
Modified:
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/graphics.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/graphics.xml?rev=706570&r1=706569&r2=706570&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/graphics.xml
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/graphics.xml
Tue Oct 21 03:13:27 2008
@@ -554,10 +554,14 @@
changing dummy parameter on the URI to avoid caching.
</p>
<p>
- The image cache has been improved considerably in the redesigned code.
Therefore, a
- resetCache() method like in earlier versions of FOP has become
unnecessary. If you
+ The image cache has been improved considerably in the redesigned code.
Therefore,
+ resetting the image cache should be a thing of the past. If you
still experience OutOfMemoryErrors, please notify us.
</p>
+ <p>
+ If all else fails, the image cache can be cleared like this:
+ <code>fopFactory.getImageManager().getCache().clearCache();</code>
+ </p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]