Gets an item from the cache.

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

Syntax

C#
public static Object RuntimeCacheGet(
	string key
)

Parameters

key
Type: System..::.String
The key of the item to retrieve.

Return Value

The item's value, or null if the item was not found in the cache.

See Also