共用方式為


NSFetchedResultsController.DeleteCache(String) 方法

定義

刪除位於指定名稱的快取。

[Foundation.Export("deleteCacheWithName:")]
public static void DeleteCache (string name);
static member DeleteCache : string -> unit

參數

name
String

要刪除的快取名稱。

這個參數可以是 null

屬性

備註

開發人員應該注意,傳遞 null 至這個方法會刪除所有快取。

適用於