Thanks for the tip. If I don't get it to clear the cache is there a standard java cache manipulation class?
-----Original Message----- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 24 Feb 2003 15:18 To: [EMAIL PROTECTED] Subject: Re: Caching IMO the following should work, though I haven't tested it: org.apache.fop.image.FopImageFactory.resetCache(); Driver driver = new Driver(); [...more of your code] There is no need to instantiate FopImageFactory. Static methods can be called without instantiating an object. On 24.02.2003 16:01:36 Matthew Lancashire wrote: > I tried FopImagefactory fopFac = new FopImageFactory(); > > Is that right? If so the resetCache method didn't do the trick. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
