Compartilhar via


Construtor TeamFoundationCacheService<TKey, TValue>

Inicializa uma nova instância da classe TeamFoundationCacheService.

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

Sintaxe

'Declaração
Protected Sub New ( _
    comparer As IEqualityComparer(Of TKey), _
    cleanupInterval As TimeSpan _
)
protected TeamFoundationCacheService(
    IEqualityComparer<TKey> comparer,
    TimeSpan cleanupInterval
)

Parâmetros

  • cleanupInterval
    Tipo: System.TimeSpan
    Intervalo de limpeza.Determina como o método de OnCleanup é frequentemente chamado.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationCacheService<TKey, TValue> Classe

Namespace Microsoft.TeamFoundation.Framework.Server