Sitecore 5.1.1 API

CustomCache.GetString Method 

[Visual Basic]
Protected Function GetString( _
   ByVal key As String _
) As String
[C#]
protected string GetString(
   string key
);

See Also

CustomCache Class | Sitecore.Caching Namespace