mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / cache_path Property
cache_path Property
Description

The location where cache data will be stored on disk.

Property type
Read-write property
Syntax
Visual Basic
Public Property cache_path As String
Remarks

 If empty then browsers will be created in "incognito mode" where in-memory caches are used for storage and no data is persisted to disk. HTML5 databases such as localStorage will only persist across sessions if a cache path is specified.

See Also