[This is preliminary documentation and is subject to change.]
Adds the key/value pair to the cache object.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public void Add( string key, Object value ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ key As String, _ value As Object _ ) |
Visual C++ |
---|
public: void Add( String^ key, Object^ value ) |
Parameters
- key
- Type: System..::.String
The cache key used to reference the item.
- value
- Type: System..::.Object
The item to be added to the cache.