CefSettings CachePath Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

The location where cache data will be stored on disk. If empty an in-memory cache will be used for some features and a temporary disk cache for others. HTML5 databases such as localStorage will only persist across sessions if a cache path is specified.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string CachePath { get; set; }

Property Value

Type: OnlineString
See Also