Method: CubaApi::Utils#browser_only_cache
- Defined in:
- lib/cuba_api/utils.rb
#browser_only_cache ⇒ Object
80 81 82 83 84 |
# File 'lib/cuba_api/utils.rb', line 80 def browser_only_cache res[ 'Date' ] = rfc2616 res[ 'Expires' ] = "Fri, 01 Jan 1990 00:00:00 GMT" res[ 'Cache-Control' ] = "private, max-age=0, must-revalidate" end |