AuthorizationProvider.ClearMemoryCache Method

Clears the cache for the object and class mappings for the specified securityClass.

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

Syntax

'Declaration
Public Sub ClearMemoryCache ( _
    securityClass As String _
)
public void ClearMemoryCache(
    string securityClass
)
public:
void ClearMemoryCache(
    String^ securityClass
)
member ClearMemoryCache : 
        securityClass:string -> unit
public function ClearMemoryCache(
    securityClass : String
)

Parameters

  • securityClass
    Type: System.String

    The security class to invalidate or String.Empty/null if they should all be invalidated.

.NET Framework Security

See Also

Reference

AuthorizationProvider Class

Microsoft.TeamFoundation.Integration.Server Namespace