Type Property 型プロパティ

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. 一度だけ読み出されるデータに対して、このオプションは性能を改善できます。