Overload List
| Name | Description | |
|---|---|---|
| GetAndLock(String, DataCacheLockHandle) |
Locks the cached object to prevent other clients from updating or removing it and returns the object corresponding to the key.
| |
| GetAndLock(String, TimeSpan, DataCacheLockHandle, Boolean) | Obsolete.
Locks the cached object to prevent other clients from updating or removing it and returns the object corresponding to the key.
| |
| GetAndLock(String, TimeSpan, DataCacheLockHandle, String) | Obsolete.
Locks the cached object to prevent other clients from updating or removing it and returns the object corresponding to the key.
| |
| GetAndLock(String, TimeSpan, DataCacheLockHandle, String, Boolean) | Obsolete.
Locks the cached object to prevent other clients from updating or removing it and returns the object corresponding to the key.
|
See Also