protected function getContainerCache()
 {
     if (function_exists('apcu_exists')) {
         return new ApcuCache();
     }
     return parent::getContainerCache();
 }