xApplication.ilCacheInsert(String, String, String) 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.
public:
static void ilCacheInsert(System::String ^ owner, System::String ^ key, System::String ^ value);
public static void ilCacheInsert (string owner, string key, string value);
static member ilCacheInsert : string * string * string -> unit
Public Shared Sub ilCacheInsert (owner As String, key As String, value As String)
Parameters
- owner
- String
- key
- String
- value
- String