CacheModel
Description:
[ CCode ( cprefix = "WEBKIT_CACHE_MODEL_" , type_id = "webkit_cache_model_get_type ()" ) ]
public enum CacheModel
Enum values used for determining the WebContext cache model.
Content:
Enum values:
- DOCUMENT_BROWSER - A
cache model optimized for viewing a series of local files -- for example, a documentation viewer or a website designer.
- DOCUMENT_VIEWER -
Disable the cache completely, which substantially reduces memory usage.
- WEB_BROWSER - Improve
document load speed substantially by caching a very large number of resources and previously viewed content.