| Dumps cache entries from the parsing cache.
The dump will be done by chuncks of predefined size. First call will start
at entry index 0. Next calls will dump the next bunch of entries, until the
end of the entry list. When all entries have been fetched, the function
will return null and reset all counters to zero, making next call re-start
a full dump
See Also: org.continuent.sequoia.controller.cache.parsing.ParsingCacheControl.ENTRIES_PER_DUMP a dump of the next parsing cache entries, or null if all entrieshave been fetched |