...
Note |
---|
Caching is available from XFRX 24.1 |
Report meta data
After processing report XFRX don't clear report meta data, but save they to cache. Report meta data cache is controled by SetReportCache() method.
Font data
After finalize output file XFRX don't clear font data, but save they to cache. Font data cache is controled by SetFDCache() method.
Images data
After finalize output file XFRX don't clear image data, but save they to cache. Images data cache is controled by SetImagesCache() method.
Global and local cache
Cache can be global (on oXFRX Object) or local (on instance of XFRX#INIT or PDFL#INIT) and is controled by SetGlobalCache() method.
...