# Data-turbo-cache doesn't work?

**URL:** https://discuss.hotwired.dev/t/data-turbo-cache-doesnt-work/3232
**Category:** General
**Created:** [September 13, 2021, 11:53am UTC](https://discuss.hotwired.dev/t/data-turbo-cache-doesnt-work/3232 "2021-09-13T11:53:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rockwell](https://yyz1.discourse-cdn.com/flex027/user_avatar/discuss.hotwired.dev/rockwell/32/1884_2.png) [@rockwell](https://discuss.hotwired.dev/u/rockwell)
#### Post date: [September 13, 2021, 11:53am UTC](https://discuss.hotwired.dev/t/data-turbo-cache-doesnt-work/3232/1 "2021-09-13T11:53:02Z")

</div>

So, according to this version of turbo [Release v7.0.0-beta.8 · hotwired/turbo (github.com)](https://github.com/hotwired/turbo/releases/tag/v7.0.0-beta.8).

You can attach a `data-turbo-false=false` to elements to make them avoid the snapshot. I’ve added them to the flash component i have. But, for some reason it stays cached and if i do the turbo stream update and refresh(browser refresh). i still see the component, any ideas why this might occur?

thanks.

---

<div class="post-metadata">

### Author: ![rockwell](https://yyz1.discourse-cdn.com/flex027/user_avatar/discuss.hotwired.dev/rockwell/32/1884_2.png) [@rockwell](https://discuss.hotwired.dev/u/rockwell)
#### Post date: [September 13, 2021, 11:56am UTC](https://discuss.hotwired.dev/t/data-turbo-cache-doesnt-work/3232/2 "2021-09-13T11:56:34Z")

</div>

I’ve found this answer to help out [Flash messages with Turbo - #2 by tleish](https://discuss.hotwired.dev/t/flash-messages-with-turbo/2345/2)
