public function testGetCachePrefix()
 {
     $instance = new CacheFactory('hash');
     $this->assertInternalType('string', $instance->getCachePrefix());
 }