Neos\Cache\Backend\PhpCapableBackendInterface::requireOnce PHP Метод

requireOnce() публичный Метод

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
Результат mixed Potential return value from the include operation
    public function requireOnce($entryIdentifier);
PhpCapableBackendInterface