cacheExtent property
How far outside the visible viewport (in logical pixels) a page is still considered "visible" and kept rendered. Larger values pre-render more pages ahead of scrolling at the cost of memory.
Implementation
final double cacheExtent;