Go to the source code of this file.
Namespaces | |
| namespace | CLCACHE |
Variables | |
| $conf_def ['config_code'] = 'CLKCACHE' | |
| $conf_def ['config_file'] = 'CLKCACHE.conf.php' | |
| $conf_def ['config_name'] = 'Cache system' | |
| $conf_def ['config_class'] = 'kernel' | |
| $conf_def ['section']['main']['properties'] | |
| $conf_def_property_list ['cache_lifeTime'] | |
| $conf_def_property_list ['cache_automaticCleaningFactor'] | |
| $conf_def['section']['main']['properties'] |
array ( 'cache_lifeTime' , 'cache_automaticCleaningFactor' )
Definition at line 29 of file CLKCACHE.def.conf.inc.php.
| $conf_def['config_class'] = 'kernel' |
Definition at line 26 of file CLKCACHE.def.conf.inc.php.
| $conf_def['config_name'] = 'Cache system' |
Definition at line 25 of file CLKCACHE.def.conf.inc.php.
| $conf_def['config_file'] = 'CLKCACHE.conf.php' |
Definition at line 24 of file CLKCACHE.def.conf.inc.php.
| $conf_def['config_code'] = 'CLKCACHE' |
Definition at line 23 of file CLKCACHE.def.conf.inc.php.
| $conf_def_property_list['cache_automaticCleaningFactor'] |
array ('label' => 'Automatic cleaning factor' ,'description' => 'write n-1 times without check if (others) cached files are or not deprecated' ,'default' => '40' ,'unit' => 'times' ,'type' => 'integer' ,'container' => 'VAR' ,'acceptedValue' => array ( 'min'=>0 , 'max'=>1000) )
Definition at line 49 of file CLKCACHE.def.conf.inc.php.
| $conf_def_property_list['cache_lifeTime'] |
array ('label' => 'Time to keep a cache as valid' ,'default' => 10 ,'unit' => 'second' ,'type' => 'integer' ,'container' => 'VAR' ,'acceptedValue' => array ( 'min'=>2 , 'max'=>3600*24 ) )
Definition at line 38 of file CLKCACHE.def.conf.inc.php.
1.6.3