Sitecore 5.0 API

GlobalCache.GetHtml Method 

Gets the html.

[Visual Basic]
Public Shared Function GetHtml( _
   ByVal cacheKey As String _
) As String
[C#]
public static string GetHtml(
   string cacheKey
);

Parameters

cacheKey
Cache key.

See Also

GlobalCache Class | Sitecore.Caching Namespace