cache.ignore
An array of URIs of pages, which should be ignored by the cache
Default value
null
Example
c::set('cache.ignore', array(
'home'
));
Wildcards
c::set('cache.ignore', array(
'projects/*'
));
An array of URIs of pages, which should be ignored by the cache
null
c::set('cache.ignore', array(
'home'
));
c::set('cache.ignore', array(
'projects/*'
));