'Memory cache backend', 'description' => 'Unit test of the memory cache backend using the generic cache unit test base.', 'group' => 'Cache', ); } protected function createCacheBackend($bin) { return new MemoryBackend($bin); } }