WebsiteDataManager
Object Hierarchy:
WebKit.WebsiteDataManager
WebKit.WebsiteDataManager
WebKit.WebsiteDataManager
GLib.Object
GLib.Object
GLib.Object->WebKit.WebsiteDataManager
Description:
[ CCode ( type_id = "webkit_website_data_manager_get_type ()" ) ] [ Version ( since = "2.10" ) ]public class WebsiteDataManager : Object
Manages data stored locally by web sites.
You can use WebKitWebsiteDataManager to configure the local directories where website data will be stored. Use
base_data_directory and
base_cache_directory set a common base directory for
all website data and caches.
A WebKitWebsiteDataManager can be ephemeral, in which case all the directory configuration is not needed because website data will never
persist. You can create an ephemeral WebKitWebsiteDataManager with
WebsiteDataManager.ephemeral .
WebKitWebsiteDataManager can also be used to fetch website data, remove data stored by particular websites, or clear data for all
websites modified since a given period of time.
Content:
Properties:
public string base_cache_directory { get ; construct ; }
The base directory for caches.
public string base_data_directory { get ; construct ; }
The base directory for website data.
public string disk_cache_directory { get ; construct ; }
The directory where HTTP disk cache will be stored.
public string dom_cache_directory { get ; construct ; }
The directory where DOM cache will be stored.
public string hsts_cache_directory { get ; construct ; }
The directory where the HTTP Strict-Transport-Security (HSTS) cache
will be stored.
public string indexeddb_directory { get ; construct ; }
The directory where IndexedDB databases will be stored.
public bool is_ephemeral { get ; construct ; }
Whether the WebsiteDataManager is
ephemeral.
public string itp_directory { get ; construct ; }
The directory where Intelligent Tracking Prevention (ITP) data will be
stored.
public string local_storage_directory { get ; construct ; }
The directory where local storage data will be stored.
public string offline_application_cache_directory { get ; construct ; }
The directory where offline web application cache will be stored.
public double origin_storage_ratio { construct ; }
The percentage of volume space that can be used for data storage for
every domain.
public string service_worker_registrations_directory { get ; construct ; }
The directory where service workers registrations will be stored.
public double total_storage_ratio { construct ; }
The percentage of volume space that can be used for data storage for
all domains.
public string websql_directory { get ; construct ; }
The directory where WebSQL databases will be stored.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref