PHP Class Gc\Mvc\Factory\CacheFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Datei anzeigen Open project: gotcms/gotcms

Public Methods

Method Description
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : Zend\Cache\StorageFactory Create the cache storage apdater from the configuration.

Method Details

createService() public method

Create the cache storage apdater from the configuration.
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : Zend\Cache\StorageFactory
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface Service Manager
return Zend\Cache\StorageFactory