PHP Class Neos\Flow\Cache\Backend\NullBackend

Deprecation: Use \Neos\Cache\Backend\NullBackend instead
Inheritance: extends Neos\Cache\Backend\NullBackend, implements FlowSpecificBackendInterface, use trait BackendCompatibilityTrait
Datei anzeigen 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