4 Replies Latest reply on Sep 12, 2013 7:10 PM by markaddleman

    throw DataNotAvailable from getCacheDirective?

    markaddleman

      I'm finally getting around to writing support for coordinating multiple executions within a single continuous command.  To recap, the intent is to execute a query once to retrieve data and re-execute only when any of the data sources indicate that new/changed data is available.  When any one data source signals a reexecution, the other executions should be reexecuted but return cached data.

       

      The problem is, using the translator caching API means there's no subsequent execution available from which to throw the DNA.  In fact, the only point of control is the getCacheDirective.  What do you think of providing support for throwing DNA from there?