]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Reluctantly added a note about how to clear the image cache.
authorJeremias Maerki <jeremias@apache.org>
Tue, 21 Oct 2008 10:13:27 +0000 (10:13 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 21 Oct 2008 10:13:27 +0000 (10:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706570 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/0.95/graphics.xml
src/documentation/content/xdocs/trunk/graphics.xml

index dce05aa470bb113afdc1785522aa51766187a6b4..5ecca1ea8d078caa62921a9a14190e3061389b90 100644 (file)
         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>
index dce05aa470bb113afdc1785522aa51766187a6b4..5ecca1ea8d078caa62921a9a14190e3061389b90 100644 (file)
         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>