PHP Interface Neos\Cache\Backend\PhpCapableBackendInterface

Inheritance: extends Neos\Cache\Backend\BackendInterface
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
requireOnce ( string $entryIdentifier ) : mixed Loads PHP code from the cache and require_onces it right away.

Method Details

requireOnce() public method

Loads PHP code from the cache and require_onces it right away.
public requireOnce ( string $entryIdentifier ) : mixed
$entryIdentifier string An identifier which describes the cache entry to load
return mixed Potential return value from the include operation