Composer\Autoload
ClassLoader::getApcuPrefix
The APCu prefix in use, or null if APCu caching is not enabled.
Method of the class: ClassLoader{}
No Hooks.
Returns
String|null.
Usage
$ClassLoader = new ClassLoader(); $ClassLoader->getApcuPrefix();
ClassLoader::getApcuPrefix() ClassLoader::getApcuPrefix code ACF 6.8.8
public function getApcuPrefix()
{
return $this->apcuPrefix;
}