HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Caching policy › Re: Re: Caching policy
July 1, 2010 at 11:41
#27968
The local caching can be switched on with the following calls.
[language=java:3k1qn9jp]Map m = new HashMap();
m.put(PD4Constants.PD4ML_CACHE_IMAGES_IN_TMP_DIR, “true”);
pd4ml.setDynamicParams(m);[/language:3k1qn9jp]
A version, which supports the feature, is going to be released till 9th of July.