[This is preliminary documentation and is subject to change.]

Removes the specified item from the cache object.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public Object Remove(
	string key
)
Visual Basic (Declaration)
Public Function Remove ( _
	key As String _
) As Object
Visual C++
public:
Object^ Remove(
	String^ key
)

Parameters

key
Type: System..::.String
A String identifier for the cache item to remove.

Return Value

The item removed from the cache object. If the value in the key parameter is not found, returns null.

See Also

FacebookCache Class
Facebook Namespace