mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-27 09:41:17 +01:00
Update CefSettings.cache_path documentation.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1346 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
d357bb0b80
commit
e874af0891
@ -192,8 +192,9 @@ typedef struct _cef_settings_t {
|
||||
|
||||
///
|
||||
// The location where cache data will be stored on disk. If empty an in-memory
|
||||
// cache will be used. HTML5 databases such as localStorage will only persist
|
||||
// across sessions if a cache path is specified.
|
||||
// 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.
|
||||
///
|
||||
cef_string_t cache_path;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user