This topic lists all the configuration directives for Zend Page Cache.
The table below is a summary of all the Zend Page Cache configuration directives, and displays the directive name, its default value, and a description:
| 
                     Directive  | 
                
                     Default Value  | 
                
                     Description  | 
            
| 
                     1  | 
                
                     Enables the Zend Page Cache extension.  | 
            |
| 
                     pagecache  | 
                
                     Location for saved cache files. This must point to an existing location.  | 
            |
| 
                     2  | 
                
                     Depth of directory tree in which cached files are stored.  | 
            |
| 
                     2  | 
                
                     The log verbosity level [0-5].  | 
            |
| 
                     pagecache_rules.xml  | 
                
                     The location of the configuration file in which caching rules are stored.  | 
            |
| 
                     1  | 
                
                     Enables file compression of cached output.  | 
            |
| 
                     300  | 
                
                     How often expired entries are removed from the cache. The cleaning frequency is configured in seconds.  | 
            |
| 
                     10  | 
                
                     The maximum size of the log file before it is rotated.  | 
            
The list below contains information for all the available configuration directives for Zend Page Cache: their description, type, units, default value, modification scope, and the Zend Server version they became available in.
Enables the Zend Page Cache extension.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
Location for saved cache files. This must point to an existing location.
Default Value: pagecache
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
Depth of directory tree in which cached files are stored.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
The extension's log verbosity level. Level 1 includes very important information messages, errors and warnings. Level 2 displays notices. Greater levels (up to 5) are reserved for debug purposes.
Default Value: 2
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
The location of the configuration file in which caching rules are stored.
Default Value: pagecache_rules.xml
Type: string
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
Enables file compression of cached output. Applicable only on cached outputs larger than 1k.
Default Value: 1
Type: boolean
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
How often expired entries are removed from the cache. The cleaning frequency is configured in seconds.
Default Value: 300
Units: seconds
Type: int
Modification Scope: ZEND_INI_SYSTEM
Available Since Version: 4.0
The maximum size of the log file before it is rotated.
Default Value: 10
Units: MBytes
Type: int
Modification Scope: ZEND_INI_ALL
Available Since Version: 4.0