PHP Класс Webiny\Component\Cache\Storage\Couchbase

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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