module Turbo::DriveHelper

def turbo_exempts_page_from_cache

Cannot be used along with +turbo_exempts_page_from_preview+.
Pages that are more likely than not to be a cache miss can skip turbo cache to avoid visual jitter.
def turbo_exempts_page_from_cache
  provide :head, tag.meta(name: "turbo-cache-control", content: "no-cache")
end