Inserts an item in the cache.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public static void RuntimeCacheInsert(
	string key,
	Object value
)

Parameters

key
Type: System..::.String
The string key of the item.
value
Type: System..::.Object
The item value.

See Also