class HTTP::Cache::Headers
def no_store?
-
(Boolean)
- does the cache control include 'no-stor'
def no_store? matches?(/\bno-store\b/i) end
(Boolean)
- does the cache control include 'no-stor'
def no_store? matches?(/\bno-store\b/i) end