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

Set the file path to a writable directory that will be used to store cookies, cached resources, and other persistent data.

Files are only written to disk when using a persistent Session.