public static function MemCacheGetMultipleUnitTest::getInfo in Memcache API and Integration 7
File
- tests/
memcache.test, line 371 - Test cases for the memcache cache backend.
Class
Code
public static function getInfo() {
return array(
'name' => 'Fetching multiple cache items',
'description' => 'Confirm that multiple records are fetched correctly.',
'group' => 'Memcache',
);
}