Share via


TeamFoundationCacheService<TKey, TValue>-Konstruktor

Initialisiert eine neue Instanz von TeamFoundationCacheService-Klasse.

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

Syntax

'Declaration
Protected Sub New ( _
    comparer As IEqualityComparer(Of TKey), _
    cleanupInterval As TimeSpan _
)
protected TeamFoundationCacheService(
    IEqualityComparer<TKey> comparer,
    TimeSpan cleanupInterval
)

Parameter

  • cleanupInterval
    Typ: System.TimeSpan
    Bereinigungsintervall.Bestimmt, wieoft OnCleanup-Methode aufgerufen wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationCacheService<TKey, TValue> Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace