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

An implementation of ICacheWrapper that stores items in a static dictionary.

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

Syntax

C#
public class StaticDictionaryCache : ICacheWrapper
Visual Basic (Declaration)
Public Class StaticDictionaryCache _
	Implements ICacheWrapper
Visual C++
public ref class StaticDictionaryCache : ICacheWrapper

Remarks

This ICacheWrapper implementation is intended to be used for Desktop applications.

Inheritance Hierarchy

System..::.Object
  Facebook..::.StaticDictionaryCache

See Also

StaticDictionaryCache Members
Facebook Namespace