Community
Participate
Working Groups
Build Identifier: I want to benefit from acceleo's cache when executing most queries, but I also need som queries to be evaluated each time they are called, because they are stateful and must not always return the same result for instance. A syntax like a "pragma(no-cache)" should be added to the MTL language if necessary... Reproducible: Always
The specification clearly mentions that two evaluations of a given query with the same parameters _must_ return the same value, hence the presence of the cache. We have a global preference to disable this cache everywhere, but there are no plans to make changes to the actual syntax to allow for uncached query evaluations on-demand.