PHP 클래스 Jarves\Cache\Backend\Factory

파일 보기 프로젝트 열기: jarves/jarves

공개 메소드들

메소드 설명
createDistributed ( Symfony\Component\DependencyInjection\ContainerInterface $container, JarvesConfig $jarvesConfig ) : Jarves\Cache\Backend\CacheInterface
createFast ( Symfony\Component\DependencyInjection\ContainerInterface $container ) : Jarves\Cache\Backend\CacheInterface

메소드 상세

createDistributed() 공개 정적인 메소드

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

createFast() 공개 정적인 메소드

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