Add an item to the cache.

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

Syntax

C#
public static void Add(
	string key,
	Object item
)

Parameters

key
Type: System..::.String
The key used to access the cached item.
item
Type: System..::.Object
The cached item.

See Also