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

Gets or sets the reference to the cache object used by the current context.

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

Syntax

C#
public FacebookCache Cache { get; protected internal set; }
Visual Basic (Declaration)
Public Property Cache As FacebookCache
Visual C++
public:
property FacebookCache^ Cache {
	FacebookCache^ get ();
	void set (FacebookCache^ value);
}

See Also

FacebookContextBase<(Of <(TCache, TSession>)>) Class
Facebook Namespace