IMobileWebFormServices.SetCache(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.