uncached
A hint indicating the file should not be stored in the file-system caches.
Declaration
static var uncached: NSData.ReadingOptions { get }Discussion
For data being read once and discarded, this option can improve performance.
A hint indicating the file should not be stored in the file-system caches.
static var uncached: NSData.ReadingOptions { get }For data being read once and discarded, this option can improve performance.