Loads the cache nodes for the receiver.
Original signature is '- (BOOL)load:(NSError **)error'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function Load ( _ <OutAttribute> ByRef error As NSError _ ) As Boolean
public: virtual bool Load( [OutAttribute] NSError^% error )

- error (NSError%)
- If an error occurs, upon return contains an NSError object that describes the problem.

YES if the cache nodes were loaded correctly, otherwise NO.

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