Enumeration Case 列挙ケース

NSDataReadingUncached

A hint indicating the file should not be stored in the file-system caches. ファイルがファイルシステムキャッシュの中に格納されるべきでないことを指し示しているヒント。

Declaration 宣言

NSDataReadingUncached = 1UL << 1

Discussion 議論

For data being read once and discarded, this option can improve performance. 一度だけ読み出されるデータに対して、このオプションは性能を改善できます。