yii\web\CacheSession::getUseCustomStorage PHP Method

getUseCustomStorage() public method

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