Closed gdaniel closed 8 years ago
If the same OCL query is given multiple times to the framework the translation is called each time. This process takes time and is not necessary if the input OCL query is exactly the same.
If the launcher is cached a second transformation of the same input is extremly fast (no need to add another cache layer on top of that)
If the same OCL query is given multiple times to the framework the translation is called each time. This process takes time and is not necessary if the input OCL query is exactly the same.