HttpResponse::setCache
Set cache
&reftitle.description;
static
boolHttpResponse::setCache
boolcache
Whether it should be attempted to cache the entity.
This will result in necessary caching headers and checks of clients
If-Modified-Since and If-None-Match headers. If one of those headers
matches a 304 Not Modified status code will be issued.
If you're using sessions, be sure that you set session.cache_limiter
to something more appropriate than "no-cache"!
&reftitle.parameters;
cache
whether caching should be attempted
&reftitle.returnvalues;
&return.success;
&reftitle.seealso;
HttpResponse::setCacheControl
HttpResponse::getCacheControl
HttpResponse::getCachel