Composer\Autoload

ClassLoader::getApcuPrefix()publicWPSCache 1.0

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() code WPSCache 1.12.0

public function getApcuPrefix()
{
    return $this->apcuPrefix;
}