public static function MemCacheStampedeProtection::getInfo in Memcache API and Integration 7
File
- tests/memcache.test, line 707 
- Test cases for the memcache cache backend.
Class
- MemCacheStampedeProtection
- Tests memcache stampede protection.
Code
public static function getInfo() {
  return array(
    'name' => 'Memcache stampede protection',
    'description' => 'Tests memcache stampede protection.',
    'group' => 'Memcache',
  );
}