[This is preliminary documentation and is subject to change.]
Removes the specified item from the cache object.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
Object Remove( string key ) |
Visual Basic (Declaration) |
---|
Function Remove ( _ key As String _ ) As Object |
Visual C++ |
---|
Object^ Remove( String^ key ) |
Parameters
- key
- Type: System..::.String
A String identifier for the cache item to remove.