DataCache.PutAndUnlock Method
Replaces and unlocks an object in the cache.
Overload List
Name | Description |
---|---|
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle) | Replaces and unlocks an object in the cache. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, Generic IEnumerable) | Replaces and unlocks an object in the cache. Associates tags with the cached object. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, String) | Replaces and unlocks an object in the specified region. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, TimeSpan) | Replaces and unlocks an object in the cache. Specifies the timeout value of the cached object. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, Generic IEnumerable, String) | Replaces and unlocks an object in the specified region. Associates tags with the cached object. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, TimeSpan, Generic IEnumerable) | Replaces and unlocks an object in the cache. Specifies the timeout value and associates tags with the cached object. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, TimeSpan, String) | Replaces and unlocks an object in the specified region. Specifies the timeout value of the cached object. |
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, TimeSpan, Generic IEnumerable, String) | Replaces and unlocks an object in the specified region. Specifies the timeout value and associates tags with the cached object. |
See Also
Reference
DataCache Class
DataCache Members
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26