PHP Класс Webiny\Component\Cache\Bridge\Memcache

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

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

Метод Описание
getInstance ( string $host = '127.0.0.1', integer $port = 11211 ) : void | Webiny\Component\Cache\Bridge\CacheStorageInterface Override the AbstractCache::getInstance method.
getLibrary ( ) : string Get the name of bridge library which will be used as the driver.
setLibrary ( string $pathToClass ) Change the default library used for the driver.

Описание методов

getInstance() публичный статический Метод

Override the AbstractCache::getInstance method.
См. также: CacheAbstract::getInstance()
public static getInstance ( string $host = '127.0.0.1', integer $port = 11211 ) : void | Webiny\Component\Cache\Bridge\CacheStorageInterface
$host string Host on which memcached is running.
$port integer Port on which memcached is running.
Результат void | Webiny\Component\Cache\Bridge\CacheStorageInterface

getLibrary() публичный статический Метод

Get the name of bridge library which will be used as the driver.
public static getLibrary ( ) : string
Результат string

setLibrary() публичный статический Метод

Change the default library used for the driver.
public static setLibrary ( string $pathToClass )
$pathToClass string Path to the new driver class. Must be an instance of \Webiny\Component\Cache\Bridge\CacheInterface