public static function ApcCacheClearCase::getInfo in APC - Alternative PHP Cache 7
File
- tests/
apc.test, line 232
Class
- ApcCacheClearCase
- Test cache clearing methods.
Code
public static function getInfo() {
return array(
'name' => 'Cache clear test',
'description' => 'Check our clearing is done the proper way.',
'group' => 'APC',
);
}