Sitecore 5.0 API
GlobalCache.SetHtml Method
Sets the html.
[Visual Basic]
Public Shared Sub SetHtml( _
ByVal
cacheKey
As
String
, _
ByVal
html
As
String
_
)
[C#]
public static
void
SetHtml(
string
cacheKey
,
string
html
);
Parameters
cacheKey
Cache key.
html
Html.
See Also
GlobalCache Class
|
Sitecore.Caching Namespace