Type:
Module
Constants:
LAST_MODIFIED : "Last-Modified".freeze
ETAG : "ETag".freeze
CACHE_CONTROL : "Cache-Control".freeze
SPECIAL_KEYS : %w[extras no-cache max-age public must-revalidate]
DEFAULT_CACHE_CONTROL : "max-age=0, private, must-revalidate".freeze
NO_CACHE : "no-cache".freeze
PUBLIC : "public".freeze
PRIVATE : "private".freeze
MUST_REVALIDATE : "must-revalidate".freeze
date

date() Instance Public methods

2015-06-20 00:00:00
last_modified

last_modified() Instance Public methods

2015-06-20 00:00:00
last_modified=

last_modified=(utc_time) Instance Public methods

2015-06-20 00:00:00
date?

date?() Instance Public methods

2015-06-20 00:00:00
date=

date=(utc_time) Instance Public methods

2015-06-20 00:00:00
etag=

etag=(etag) Instance Public methods

2015-06-20 00:00:00
last_modified?

last_modified?() Instance Public methods

2015-06-20 00:00:00