Method | Description | |
---|---|---|
getInstance ( string $host = '127.0.0.1', integer $port = 6379 ) : 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. |
public static getInstance ( string $host = '127.0.0.1', integer $port = 6379 ) : void | Webiny\Component\Cache\Bridge\CacheStorageInterface | ||
$host | string | Host on which Redis server is running. |
$port | integer | Port on which Redis server is running. |
return | void | Webiny\Component\Cache\Bridge\CacheStorageInterface |
public static getLibrary ( ) : string | ||
return | string |
public static setLibrary ( string $pathToClass ) | ||
$pathToClass | string | Path to the new driver class. Must be an instance of \Webiny\Component\Cache\Bridge\CacheInterface |