CFURLClearResourcePropertyCache(_:)
Removes all cached resource values and temporary resource values from the URL object.
Declaration
func CFURLClearResourcePropertyCache(_ url: CFURL!)Parameters
- url:
The URL.
Discussion
This method is applicable only to URLs that represent file system resources.
See Also
Getting and Setting File System Resource Properties
CFURLClearResourcePropertyCacheForKey(_:_:)CFURLCopyResourcePropertiesForKeys(_:_:_:)CFURLCopyResourcePropertyForKey(_:_:_:_:)CFURLCreateResourcePropertiesForKeysFromBookmarkData(_:_:_:)CFURLCreateResourcePropertyForKeyFromBookmarkData(_:_:_:)CFURLSetResourcePropertiesForKeys(_:_:_:)CFURLSetResourcePropertyForKey(_:_:_:_:)CFURLSetTemporaryResourcePropertyForKey(_:_:_:)