|
|
On Sun, Apr 17, 2011 at 9:19 PM, Brian Sweeney <eclecticgeek@xxxxxxxxx> wrote:
>
> Speaking of expires headers ... if a view is cached does cake return an
> expires header for it? The content does have an expiration so it seems like
> this would be plausible.
No. At least, not that I'm aware of. Look at View::renderCache(),
which is called by Dispatcher. Expires headers would be sent by your
web server.
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at
http://groups.google.com/group/cake-php
|
|