<%= form_for([:reset_cache, namespace, page.resource], method: :post, html: { class: "form" }) do |f| %>

This will clear the IndexedDB cache keys from redis.
The next load will fetch the data from backend.

<%= f.submit 'Reset Frontend Cache' %>
<% end %>