ClassLoader::getApcuPrefix()
The APCu prefix in use, or null if APCu caching is not enabled.
Return Return
(string|null)
Source Source
File: vendor/composer/ClassLoader.php
public function getApcuPrefix() { return $this->apcuPrefix; }
Expand full source code Collapse full source code View on Github