Function ul_next_sys::ulConfigSetCachePath

source ยท
pub unsafe extern "C" fn ulConfigSetCachePath(
    config: ULConfig,
    cache_path: ULString,
)
Expand description

A writable OS file path to store persistent Session data in.

This data may include cookies, cached network resources, indexed DB, etc.

@note Files are only written to the path when using a persistent Session.