This topic has not yet been rated - Rate this topic

Add Method (String, Object)

Adds an object to the cache.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
'Declaration
Public Function Add ( _
	key As String, _
	value As Object _
) As DataCacheItemVersion
'Usage
Dim instance As DataCache
Dim key As String
Dim value As Object
Dim returnValue As DataCacheItemVersion

returnValue = instance.Add(key, value)

Parameters

key
Type: System..::..String
A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.
value
Type: System..::..Object
The object saved to the cache.

Return Value

Type: Microsoft.ApplicationServer.Caching..::..DataCacheItemVersion
A DataCacheItemVersion object that represents the version of the object saved to the cache under the key value.

If an item using the same key is already present in the cache, this call throws an exception of type DataCacheException with the ErrorCode set to KeyAlreadyExists. Expiration settings are derived from the named cache configuration.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter