1 2 3 Previous Next 30 Replies Latest reply on May 29, 2013 3:00 PM by shawkins Go to original post
      • 30. Re: Programatically invalid cache using cache API?
        shawkins

        > Question:  If a translator asynchronously invalidates its cache using the EventDistributor, an execution will be created on the next query regardless of what the previous getCacheDirective returns?

         

        Regardless of what getCacheDirective initially returns if there is no valid cache entry, then an Execution will be created.  Only if a valid cache entry exists and the cache directive has a non-NONE scope will the execution be skipped.

        1 2 3 Previous Next