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.StringThe security class to invalidate or String.Empty/null if they should all be invalidated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.