Contents

deleteCache(withName:)

Deletes the cached section information with the given name.

Declaration

class func deleteCache(withName name: String?)

Parameters

  • name:

    The name of the cache file to delete.

    If name is nil, deletes all cache files.

See Also

Getting Configuration Information