[TYPO3-english] Page caching and RealURL
    Patrick Schriner 
    patrick.schriner at diemedialen.de
       
    Mon Nov 17 15:19:01 CET 2014
    
    
  
Hi,
that no_cache URL-parameter will *force* a page to not be cached.
It has nothing todo (shouldn't) with the page's no_cache property (it can  
be force a page to not be cached even if TYPO3 would happily give you a  
cached page).
Regards,
Patrick
On Mon, 17 Nov 2014 13:13:35 +0100, Sinisa Mitrovic  
<sinisa.mitrovic at avisto-eastern.com> wrote:
> Hello,
>
> I have one page which I do not want to be cached, and in Page Properties  
> I set no cache. In RealURL I have
>      'preVars' => array(
>           array(
>               'GETvar' => 'no_cache',
>               'noMatch' => 'bypass',
>           ),
>      ),
>
> So I do not have no cache part in URL. Is this page cached anyway?
>
> Best regards
> Sinisa Mitrovic
    
    
More information about the TYPO3-english
mailing list