MonobjcMonobjc Documented Class Library
URLHandleUsingCache Method (shouldUseCache)
NamespacesMonobjc.FoundationNSURLURLHandleUsingCache(Boolean)

Returns a URL handle to service the receiver. (Deprecated in Mac OS X v10.4.)

Original signature is '- (NSURLHandle *)URLHandleUsingCache:(BOOL)shouldUseCache'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4.")]
public virtual NSURLHandle URLHandleUsingCache(
	bool shouldUseCache
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4.")> _
Public Overridable Function URLHandleUsingCache ( _
	shouldUseCache As Boolean _
) As NSURLHandle
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4.")]
public:
virtual NSURLHandle^ URLHandleUsingCache(
	bool shouldUseCache
)
Parameters
shouldUseCache (Boolean)
Whether to use a cached URL handle. If shouldUseCache is YES, the cache is searched for a URL handle that has serviced the receiver or another identical URL. If shouldUseCache is NO, a newly instantiated handle is returned, even if an equivalent URL has been loaded.
Return Value
A URL handle to service the receiver.
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.Foundation (Module: Monobjc.Foundation)