You appear to be a bot. Output may be restricted
Description
The APCu prefix in use, or null if APCu caching is not enabled.
Usage
$string|null = ClassLoader::getApcuPrefix();
Parameters
Returns
string|null
Source
File name: woocommerce/packages/woocommerce-admin/vendor/composer/ClassLoader.php
Lines:
1 to 4 of 4
public function getApcuPrefix() { return $this->apcuPrefix; }