NSFetchedResultsController.DeleteCache(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
Developers should note that passing null
to this method deletes all caches.