PHP 클래스 Webiny\Component\Cache\Storage\Memcache

파일 보기 프로젝트 열기: Webiny/Framework 1 사용 예제들

공개 메소드들

메소드 설명
getInstance ( string $host = '127.0.0.1', integer $port = 11211 ) : Webiny\Component\Cache\Bridge\CacheStorageInterface Get an instance of Memcache cache storage.

메소드 상세

getInstance() 공개 정적인 메소드

Get an instance of Memcache cache storage.
public static getInstance ( string $host = '127.0.0.1', integer $port = 11211 ) : Webiny\Component\Cache\Bridge\CacheStorageInterface
$host string Host on which memcached is running.
$port integer Port on which memcached is running.
리턴 Webiny\Component\Cache\Bridge\CacheStorageInterface