Share via


GlobalObjectCacheHelper.Clear Method

Definition

Overloads

Clear(String)
Clear(String, Boolean)

Clear(String)

public:
 static void Clear(System::String ^ scope);
public static void Clear (string scope);
static member Clear : string -> unit
Public Shared Sub Clear (scope As String)

Parameters

scope
String

Applies to

Clear(String, Boolean)

public:
 static void Clear(System::String ^ scope, bool fromNativeInteropCall);
public static void Clear (string scope, bool fromNativeInteropCall);
static member Clear : string * bool -> unit
Public Shared Sub Clear (scope As String, fromNativeInteropCall As Boolean)

Parameters

scope
String
fromNativeInteropCall
Boolean

Applies to