class HTTP::Cache::Headers

def no_store?

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