PHP Class Jarves\Cache\Backend\Factory

Afficher le fichier Open project: jarves/jarves

Méthodes publiques

Méthode 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 méthode

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

createFast() public static méthode

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