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

Gets or sets the cache item at the specified key.

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

Syntax

C#
public Object this[
	string key
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	key As String _
) As Object
Visual C++
public:
property Object^ default[String^ key] {
	Object^ get (String^ key);
	void set (String^ key, Object^ value);
}

Parameters

key
Type: System..::.String
A String identifier that represents the key for the cache item.

Return Value

The specfied cache item.

See Also

FacebookCache Class
Facebook Namespace