PHP Class Jarves\Cache\Backend\Factory

Show file Open project: jarves/jarves

Public Methods

Method Description
createDistributed ( Symfony\Component\DependencyInjection\ContainerInterface $container, JarvesConfig $jarvesConfig ) : Jarves\Cache\Backend\CacheInterface
createFast ( Symfony\Component\DependencyInjection\ContainerInterface $container ) : Jarves\Cache\Backend\CacheInterface

Method Details

createDistributed() public static method

public static createDistributed ( Symfony\Component\DependencyInjection\ContainerInterface $container, JarvesConfig $jarvesConfig ) : Jarves\Cache\Backend\CacheInterface
$container Symfony\Component\DependencyInjection\ContainerInterface
$jarvesConfig Jarves\JarvesConfig
return Jarves\Cache\Backend\CacheInterface

createFast() public static method

public static createFast ( Symfony\Component\DependencyInjection\ContainerInterface $container ) : Jarves\Cache\Backend\CacheInterface
$container Symfony\Component\DependencyInjection\ContainerInterface
return Jarves\Cache\Backend\CacheInterface