deleteEntry(for:options:)
Deletes the cache entry for a specific model and specialization options combination.
Declaration
final func deleteEntry(for modelURL: URL, options: SpecializationOptions) throwsParameters
- modelURL:
The URL of an
.aimodelfile that you previously specialized. - options:
The specialization options to match against.