Hi
I am just wondering if there is any difference between using data-turbo-temporary
(which removes element from page just before cache, so basically the element is not cached) and data-turbo-cache="false"
(which deactivate cache on individual DOM element).
Definition for me look the same, and after several tests, behavior looks also the same. Is there any difference I am missing ?