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