You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
Jira Information
Description
Proposal: Make it possible to set different cache debug_headers or disable them based on regexps.
Also it would be cool if you can add an http header and not only
$frontendOptions = array(
'lifetime' => 10,
'debug_header' => true,
'regexps' => array(
'^/json/$' => array('debug_header' => false), // im an json response no debug header please
'^/json2/$' => array('debug_header_http' => 'x-header-zendcache'), // im an json response and thus i got a real http debug header
)
);
The text was updated successfully, but these errors were encountered: