PHP Class Neos\Flow\Cache\Backend\MemcachedBackend

Deprecation: Use \Neos\Cache\Backend\MemcachedBackend instead
Inheritance: extends Neos\Cache\Backend\MemcachedBackend, implements FlowSpecificBackendInterface, use trait BackendCompatibilityTrait
显示文件 Open project: neos/flow-development-collection

Public Methods

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

Method Details

__construct() public method

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