class SetaPDF_Parser {
mixed cacheNoOfObjectsPerInstance ( [integer $no=null] )
}
For sure a caching process needs more process power as the cached data have to be written to the file system. Often a PDF document is build with more houndres or thousands of objects which can increase the process time to a bad value.
With this method you can define how many maximum objects should be cached per script instance. So you can chop the cache creation over several script executions.
This method should be called static.
If you set the $no-parameter, for example, to 100, the parser will cache 100 objects per script instance maximum, until all objects are cached.
By default the parser will cache ALL objects.
The maximum number of objects to cache per instance.
The actual value.