class HTTP::Cache::Headers
def must_revalidate?
-
(Boolean)
- does the cache control include 'must-revalidate'
def must_revalidate? matches?(/\bmust-revalidate\b/i) end
(Boolean)
- does the cache control include 'must-revalidate'
def must_revalidate? matches?(/\bmust-revalidate\b/i) end