Contents

deleteEntry(for:options:)

Deletes the cache entry for a specific model and specialization options combination.

Declaration

final func deleteEntry(for modelURL: URL, options: SpecializationOptions) throws

Parameters

  • modelURL:

    The URL of an .aimodel file that you previously specialized.

  • options:

    The specialization options to match against.

Mentioned in

Discussion