mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02: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:
@@ -192,8 +192,9 @@ typedef struct _cef_settings_t {
|
|||||||
|
|
||||||
///
|
///
|
||||||
// The location where cache data will be stored on disk. If empty an in-memory
|
// 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
|
// cache will be used for some features and a temporary disk cache for others.
|
||||||
// across sessions if a cache path is specified.
|
// HTML5 databases such as localStorage will only persist across sessions if a
|
||||||
|
// cache path is specified.
|
||||||
///
|
///
|
||||||
cef_string_t cache_path;
|
cef_string_t cache_path;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user