This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Cache.Get
[To be supplied.]
[Visual Basic]
Public Function Get( _
ByVal key As String _) As Object[C#]
public object Get(
string key);[C++]
public: Object* Get(
String* key);[JScript]
public function Get(
key : String) : Object;