mini\Mini\ApcuDrivers\ApcuDriverInterface::fetch()
Method
public
abstract
Signature
public abstract function fetch(mixed $key, ?bool $success = NULL): mixed
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$key |
mixed |
required | Documentation missing |
$success |
?bool |
NULL
|
Documentation missing |
Returns
mixed
Documentation
apcu_fetch(mixed $key, bool &$success = ?): mixed