$this->getResponse()->addCacheControlHttpHeader('private=True');
, Nasıl çalışır için o da ne?
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1
Özel:
Indicates that all or part of the response message is intended for a single user and MUST NOT be cached by a shared cache. This allows an origin server to state that the specified parts of the response are intended for only one user and are not a valid response for requests by other users. A private (non-shared) cache MAY cache the response. Note: This usage of the word private only controls where the response may be cached, and cannot ensure the privacy of the message content.
Bu cache control directive ile alakalı.
Varsayılan olarak, HTTP kimlik doğrulaması ile korumalı sayfaları özel olarak kabul edilir; onlar ortak önbelleklerini tarafından muhafaza olmayacaktır. Ancak, Cache-Control ile doğrulanmış sayfaları genel yapabilirsiniz: public başlığında; HTTP 1.1 uyumlu önbelleklerini sonra onları önbelleğe olmasını sağlayacaktır.