View.setPageCacheSize

Sets the maximum size in bytes that will be used to cache rendered pages. Use 0 to disable caching rendered pages.

Note that this limit doesn't affect the current visible page range, which will always be rendered. In order to limit the total memory used you have to use ev_document_model_set_max_scale() too.

class View
void
setPageCacheSize
(
size_t cacheSize
)

Parameters

cacheSize size_t

size in bytes

Meta