module Responders::HttpCacheResponder

def to_format

def to_format
  return if do_http_cache? && do_http_cache!
  super
end