NSFetchedResultsController.DeleteCache(String) Method

Definition

Deletes the cache that resides that ahs the specified name.

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

Parameters

name
String

Name of the cache to delete.

This parameter can be null.

Attributes

Remarks

Developers should note that passing null to this method deletes all caches.

Applies to