| 
                     Directive  | 
                
                     Type  | 
                
                     Modification Scope  | 
                
                     Description  | 
            
|---|---|---|---|
| 
                     integer  | 
                
                     PHP_INI_SYSTEM  | 
                
                     Amount of shared memory each data cache namespace will consume. This includes the global namespace used when none are defined in cached objects  | 
            |
| 
                     string  | 
                
                     PHP_INI_SYSTEM  | 
                
                     The path for storing cached content to the disk  | 
            |
| 
                     integer  | 
                
                     PHP_INI_SYSTEM  | 
                
                     Directory depth, for storing keys  | 
            |
| 
                     boolean  | 
                
                     PHP_INI_SYSTEM  | 
                
                     Enables the Data Cache. The Data Cache cannot work without this directive. The Data Cache can be turned on or off from the User Interface  | 
            |
| 
                     boolean  | 
                
                     PHP_INI_SYSTEM  | 
                
                     When enabled, the Data Cache extension registers APC compatibility methods  | 
            |
| 
                     integer  | 
                
                     PHP_INI_SYSTEM  | 
                
                     The log verbosity level [0-5]  | 
            |
| 
                     integer  | 
                
                     PHP_INI_ALL  | 
                
                     The maximum size of the log file before it is rotated  | 
            |
| 
                     boolean  | 
                
                     datacache.ini  | 
                
                     Enables the lock on expire mechanism  | 
            
Amount of shared memory each data cache namespace will consume. This includes the global namespace used when none are defined in cached objects
Type: integer
Units: MBytes
Default Values:
Available since version 4.0
The path for storing cached content to the disk
Type: string
Default Value: datacache
Available since version 4.0
Directory depth, for storing keys
Type: integer
Default Value: 2
Available since version 4.0
Enables the Data Cache. The Data Cache cannot work without this directive. The Data Cache can be turned on or off from the User Interface
Type: boolean
Default Value: 1
Available since version 4.0
When enabled, the Data Cache extension registers APC compatibility methods
Type: boolean
Default Value: 1
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
Type: integer
Default Value: 2
Available since version 4.0
The maximum size of the log file before it is rotated
Type: integer
Units: MBytes
Default Value: 10
Available since version 4.0