Interface ComCaches
- All Known Implementing Classes:
Caches
public interface ComCaches
Represents the ecu.test specific COMCaches API.
-
Method Summary
Modifier and TypeMethodDescriptionProvides access to A2L cache files.Provides access to bus cache files.Provides access to ELF cache files.Provides access to model cache files.Provides access to service cache files.
-
Method Details
-
getA2lCache
Provides access to A2L cache files.- Returns:
- the A2l cache object
- Throws:
ETComException
- in case of a COM exception
-
getElfCache
Provides access to ELF cache files.- Returns:
- the ELF cache object
- Throws:
ETComException
- in case of a COM exception
-
getBusCache
Provides access to bus cache files.- Returns:
- the bus cache object
- Throws:
ETComException
- in case of a COM exception
-
getModelCache
Provides access to model cache files.- Returns:
- the model cache object
- Throws:
ETComException
- in case of a COM exception
-
getServiceCache
Provides access to service cache files.- Returns:
- the service cache object
- Throws:
ETComException
- in case of a COM exception
-