IMobileWebFormServices.SetCache(String, Object, Object) Method

Definition

Stores an object in the designer host's cache at design time. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void SetCache(System::String ^ controlID, System::Object ^ key, System::Object ^ value);
public void SetCache (string controlID, object key, object value);
abstract member SetCache : string * obj * obj -> unit
Public Sub SetCache (controlID As String, key As Object, value As Object)

Parameters

controlID
String

The ID of the container control.

key
Object

The key for the cache item.

value
Object

The item to store in the cache.

Applies to

See also