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
nameisnil, deletes all cache files.
Deletes the cached section information with the given name.
class func deleteCache(withName name: String?)The name of the cache file to delete.
If name is nil, deletes all cache files.