DataCache.PutAndUnlock Method

 

Replaces and unlocks an object in the cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle)

Replaces and unlocks an object in the cache.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, IEnumerable<DataCacheTag>)

Replaces and unlocks an object in the cache. Associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, IEnumerable<DataCacheTag>, String)

Replaces and unlocks an object in the specified region. Associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, String)

Replaces and unlocks an object in the specified region. This overload is not supported in Windows Azure Shared Caching.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, TimeSpan)

Replaces and unlocks an object in the cache. Specifies the timeout value of the cached object.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, TimeSpan, IEnumerable<DataCacheTag>)

Replaces and unlocks an object in the cache. Specifies the timeout value and associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, TimeSpan, IEnumerable<DataCacheTag>, String)

Replaces and unlocks an object in the specified region. Specifies the timeout value and associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.

System_CAPS_pubmethod PutAndUnlock(String, Object, DataCacheLockHandle, TimeSpan, String)

Replaces and unlocks an object in the specified region. Specifies the timeout value of the cached object. This overload is not supported in Windows Azure Shared Caching.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top