Private/Get-ApiProjectsCache.ps1

function Get-ApiProjectsCache {

    <#
        .SYNOPSIS
            Gets the global ApiProjectsCache.
    #>


    process {
        return $global:ApiProjectsCache
    }
}