Skip to content

Commit

Permalink
Update migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 14, 2012
1 parent 1315816 commit 708aa77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/appendices/2-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ CakeRequest

- Added ``is('requested')`` and ``isRequested()`` for detecting requestAction.

CakeResponse
------------

- Added :php:meth:`CakeResponse::cookie()` for setting cookies.
- Added a number of methods for :ref:`cake-response-caching`

Components
==========

Expand Down
2 changes: 2 additions & 0 deletions en/controllers/request-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ The above would tell clients to cache the resulting response for 5 days,
hopefully speeding up your visitors' experience.


.. _cake-response-caching:

Fine tuning HTTP cache
======================

Expand Down

0 comments on commit 708aa77

Please sign in to comment.