PHP Class Neos\Flow\Cache\Backend\RedisBackend

Deprecation: Use \Neos\Cache\Backend\RedisBackend instead
Inheritance: extends Neos\Cache\Backend\RedisBackend, implements FlowSpecificBackendInterface, use trait BackendCompatibilityTrait
Mostra file Open project: neos/flow-development-collection

Public Methods

Method Description
__construct ( ApplicationContext $context, array $options = [], Redis $redis = null ) Constructs this backend

Method Details

__construct() public method

Constructs this backend
public __construct ( ApplicationContext $context, array $options = [], Redis $redis = null )
$context Neos\Flow\Core\ApplicationContext Flow's application context
$options array Configuration options - depends on the actual backend
$redis Redis