This will clear the IndexedDB cache keys from redis. The next load will fetch the data from backend.
<%= form_for([:reset_cache, namespace, page.resource], method: :post) do |f| %> <%= f.submit 'Reset Frontend Cache', class: "inline-flex items-center justify-center h-8 px-3 text-sm font-medium text-n-slate-12 bg-n-alpha-2 rounded-lg hover:bg-n-alpha-3 transition-colors cursor-pointer" %> <% end %>