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

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

공개 메소드들

메소드 설명
getInstance ( string $user, string $password, string $bucket, string $host ) : Webiny\Component\Cache\Bridge\CacheStorageInterface Get an instance of Couchbase cache storage.

메소드 상세

getInstance() 공개 정적인 메소드

Get an instance of Couchbase cache storage.
public static getInstance ( string $user, string $password, string $bucket, string $host ) : Webiny\Component\Cache\Bridge\CacheStorageInterface
$user string Couchbase username.
$password string Couchbase password.
$bucket string Couchbase bucket.
$host string Couchbase host (with port number).
리턴 Webiny\Component\Cache\Bridge\CacheStorageInterface