MonobjcMonobjc Documented Class Library
PageCacheSize Property
NamespacesMonobjc.WebKitWebBackForwardListPageCacheSize

Returns the maximum number of pages that the receiver can cache. (Deprecated in Mac OS X v10.4.11. Use the usesPageCache method in WebPreferences instead.)

Original signature is '- (NSUInteger)pageCacheSize'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4.11. Use the usesPageCache method in WebPreferences instead.")]
public virtual NSUInteger PageCacheSize { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.4.11. Use the usesPageCache method in WebPreferences instead.")> _
Public Overridable Property PageCacheSize As NSUInteger
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4.11. Use the usesPageCache method in WebPreferences instead.")]
public:
virtual property NSUInteger PageCacheSize {
	NSUInteger get ();
	void set (NSUInteger value);
}
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)