MonobjcMonobjc Documented Class Library
WebCacheModel Enumeration
NamespacesMonobjc.WebKitWebCacheModel

Specifies the caching model for a web view.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum WebCacheModel
Public Enumeration WebCacheModel
public enum class WebCacheModel
Members
MemberDescription
WebCacheModelDocumentViewer

Releases resources when they are no longer referenced and caches remote resources on disk. This model is appropriate for displaying a static document with no navigation user interface. This is the most memory-efficient model.

Available in Mac OS X v10.5 and later.


WebCacheModelDocumentBrowser

Caches a reasonable number of resources and previously viewed documents in memory and on disk. This model is appropriate for displaying and navigating between multiple documents.

Available in Mac OS X v10.5 and later.


WebCacheModelPrimaryWebBrowser

Caches a large number of resources and previously viewed documents in memory and on disk. This model is appropriate for a web view that behaves like a web browser.

Available in Mac OS X v10.5 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)