public static function ApcCacheSavingCase::getInfo in APC - Alternative PHP Cache 7
File
- tests/
apc.test, line 110
Class
Code
public static function getInfo() {
return array(
'name' => 'Cache saving test',
'description' => 'Check our variables are saved and restored the right way.',
'group' => 'APC',
);
}