yii\web\CacheSession::getUseCustomStorage PHP Méthode

getUseCustomStorage() public méthode

This method overrides the parent implementation and always returns true.
public getUseCustomStorage ( ) : boolean
Résultat boolean whether to use custom storage.
    public function getUseCustomStorage()
    {
        return true;
    }