A method identified as deprecated has been superseded and may become unsupported in the future.
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.)
- (NSUInteger)pageCacheSize
The maximum number of pages that can be cached.
WebBackForwardList.h
Sets the maximum number of pages the receiver can cache. (Deprecated in Mac OS X v10.4.11. Use the setUsesPageCache:
method in WebPreferences
instead.)
- (void)setPageCacheSize:(NSUInteger)size
The maximum number of pages that can be cached.
The default page cache size can vary depending on the computer’s configuration. Use pageCacheSize
to get the current setting.
WebBackForwardList.h
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)