DataCache.PutAndUnlock Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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 List)
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 List, String)
Replaces and unlocks an object in the specified region. Associates tags with the cached object.
DataCache.PutAndUnlock (String, Object, DataCacheLockHandle, TimeSpan, Generic List)
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 List, 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.Data.Caching Namespace