< Previous PageNext Page > Hide TOC

Deprecated WebBackForwardList Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.4.11

pageCacheSize

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

Return Value

The maximum number of pages that can be cached.

Availability
See Also
Declared In
WebBackForwardList.h

setPageCacheSize:

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

Parameters
size

The maximum number of pages that can be cached.

Discussion

The default page cache size can vary depending on the computer’s configuration. Use pageCacheSize to get the current setting.

Availability
Declared In
WebBackForwardList.h

< Previous PageNext Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.