Function ul_next_sys::ulConfigSetPageCacheSize

source ยท
pub unsafe extern "C" fn ulConfigSetPageCacheSize(
    config: ULConfig,
    size: c_uint,
)
Expand description

The number of pages to keep in the cache. (Default: 0, none)

@note \parblock

Safari typically caches about 5 pages and maintains an on-disk cache to support typical web-browsing activities.

If you increase this, you should probably increase the memory cache size as well.

\endparblock

(Default = 0)