ClassLoader::getApcuPrefix()

The APCu prefix in use, or null if APCu caching is not enabled.


Return Return

(string|null)


Top ↑

Source Source

File: libraries/lifterlms-cli/vendor/composer/ClassLoader.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.