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

Initializes an instance of the FacebookCache class using the specified apiKey and ICacheWrapper instance.

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

Syntax

C#
public FacebookCache(
	string apiKey,
	ICacheWrapper cache
)
Visual Basic (Declaration)
Public Sub New ( _
	apiKey As String, _
	cache As ICacheWrapper _
)
Visual C++
public:
FacebookCache(
	String^ apiKey, 
	ICacheWrapper^ cache
)

Parameters

apiKey
Type: System..::.String
The API key of the application using the cache.
cache
Type: Facebook..::.ICacheWrapper
An instance of ICacheWrapper used to abstract access to the cache object used by the application.

See Also

FacebookCache Class
Facebook Namespace