Sitecore 5.1.1 API

Cache.GetValue Method 

[Visual Basic]
Public Function GetValue( _
   ByVal key As Object _
) As Object
[C#]
public object GetValue(
   object key
);

See Also

Cache Class | Sitecore.Caching Namespace