class HTTP::Cache::Headers
def private?
-
(Boolean)
- does the cache control include 'private'
def private? matches?(/\bprivate\b/i) end
(Boolean)
- does the cache control include 'private'
def private? matches?(/\bprivate\b/i) end