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