Share via


TeamFoundationFileCacheService.IsGitCacheEnabled Property

True if Caching is enabled

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public ReadOnly Property IsGitCacheEnabled As Boolean
public bool IsGitCacheEnabled { get; }
public:
property bool IsGitCacheEnabled {
    bool get ();
}
member IsGitCacheEnabled : bool with get
function get IsGitCacheEnabled () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationFileCacheService Class

Microsoft.TeamFoundation.Server.Core Namespace