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